File tree Expand file tree Collapse file tree 3 files changed +908
-415
lines changed
Expand file tree Collapse file tree 3 files changed +908
-415
lines changed Original file line number Diff line number Diff line change 4949 with :
5050 components : rustfmt, clippy
5151
52- - name : Install alsa and udev
53- run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
54-
52+ - name : Install alsa, udev and libwayland
53+ run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev
5554 - name : Check formatting
5655 run : cargo fmt --check --all
5756
7675 - name : Install Rust
7776 uses : dtolnay/rust-toolchain@stable
7877
79- - name : Install alsa and udev
80- run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
78+ - name : Install alsa, udev and libwayland
79+ run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev
8180
8281 # Some tests assume the generate-errors/bevy/errors folder exists
8382 - name : Checkout errors
You can’t perform that action at this time.
0 commit comments