Apply suggestion from @BD103

Co-authored-by: BD103 <59022059+BD103@users.noreply.github.com>
This commit is contained in:
François Mockers 2025-07-15 20:03:29 +02:00 committed by GitHub
parent ab2d4a2167
commit fb82c607a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,11 +105,10 @@ jobs:
run: cargo update
- name: Install Bevy dependencies
if: runner.os == 'linux'
run: |
sudo apt-get update;
DEBIAN_FRONTEND=noninteractive sudo apt-get install --no-install-recommends -yq \
libasound2-dev libudev-dev libxkbcommon-x11-0;
uses: ./.github/actions/install-linux-deps
with:
wayland: true
xkb: true
- uses: actions/cache/restore@v4
id: cache