Update job
This commit is contained in:
parent
d5b91a50c9
commit
aa1030f143
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# [0.2.0]
|
||||
- Update egui to 0.21 version
|
||||
- Initial macOS support
|
||||
|
||||
# [0.1.0]
|
||||
|
||||
- Initial version
|
||||
Loading…
Reference in New Issue