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
|
run: cargo update
|
||||||
|
|
||||||
- name: Install Bevy dependencies
|
- name: Install Bevy dependencies
|
||||||
if: runner.os == 'linux'
|
uses: ./.github/actions/install-linux-deps
|
||||||
run: |
|
with:
|
||||||
sudo apt-get update;
|
wayland: true
|
||||||
DEBIAN_FRONTEND=noninteractive sudo apt-get install --no-install-recommends -yq \
|
xkb: true
|
||||||
libasound2-dev libudev-dev libxkbcommon-x11-0;
|
|
||||||
|
|
||||||
- uses: actions/cache/restore@v4
|
- uses: actions/cache/restore@v4
|
||||||
id: cache
|
id: cache
|
||||||
|
Loading…
Reference in New Issue
Block a user