Apply suggestion from @BD103
Co-authored-by: BD103 <59022059+BD103@users.noreply.github.com>
This commit is contained in:
parent
ab2d4a2167
commit
fb82c607a4
9
.github/workflows/update-caches.yml
vendored
9
.github/workflows/update-caches.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user