File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
- name : Install stable toolchain
32
32
uses : dtolnay/rust-toolchain@stable
33
33
- name : Install Dependencies
34
- run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
34
+ run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev
35
35
- name : Run cargo test
36
36
run : cargo test
37
37
58
58
with :
59
59
components : clippy
60
60
- name : Install Dependencies
61
- run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
61
+ run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev
62
62
- name : Run clippy
63
63
run : cargo clippy -- -D warnings
64
64
Original file line number Diff line number Diff line change 81
81
targets : x86_64-unknown-linux-gnu
82
82
- name : install dependencies
83
83
run : |
84
- sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
84
+ sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libwayland-dev
85
85
86
86
- name : Build
87
87
run : |
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ opt-level = 1
16
16
opt-level = 3
17
17
18
18
[dependencies ]
19
- bevy = " 0.16 "
19
+ bevy = " 0.17 "
20
20
21
21
# These lints may be important signals about code quality, but normal Bevy code
22
22
# commonly triggers them and the CI workflow treats them as errors, so we've
You can’t perform that action at this time.
0 commit comments