From aa1030f143f4c0b3bcfa1a7de3fa2d6bf0e26309 Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Thu, 16 Feb 2023 00:03:10 +0100 Subject: [PATCH] Update job --- .github/workflows/rust.yml | 6 ++++-- rusty_hub_egui/CHANGELOG.md | 7 +++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 rusty_hub_egui/CHANGELOG.md diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1082eba..34b0893 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,8 +16,10 @@ jobs: build-unix: runs-on: ubuntu-latest steps: - - name: Install dep - run: sudo apt-get install -y mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libatk1.0-dev librust-gdk-sys-dev + - name: Update Ubuntu + run: sudo apt install -y mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libatk1.0-dev librust-gdk-sys-dev + - name: Install dependencies + run: sudo apt install -y mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libatk1.0-dev librust-gdk-sys-dev - run: rustup toolchain install stable --profile minimal - uses: Swatinem/rust-cache@v2 with: diff --git a/rusty_hub_egui/CHANGELOG.md b/rusty_hub_egui/CHANGELOG.md new file mode 100644 index 0000000..c98190c --- /dev/null +++ b/rusty_hub_egui/CHANGELOG.md @@ -0,0 +1,7 @@ +# [0.2.0] +- Update egui to 0.21 version +- Initial macOS support + +# [0.1.0] + +- Initial version \ No newline at end of file