Skip to content

Commit 4e72118

Browse files
Rodhlanndependabot[bot]Tim Pepper
authored
Dependabot/cargo/bevy 0.17.2 (#2303)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Pepper <tim@timpepper.com>
1 parent 58b1121 commit 4e72118

File tree

3 files changed

+908
-415
lines changed

3 files changed

+908
-415
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ jobs:
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

@@ -76,8 +75,8 @@ jobs:
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

0 commit comments

Comments
 (0)