File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v4
2222
2323 - name : Install dependencies
24- run : apt-get update && apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
24+ run : apt-get update && apt-get install --yes -- no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
2525
2626 - name : Install Rust toolchain
2727 uses : actions-rs/toolchain@v1
Original file line number Diff line number Diff line change 3131 - name : Checkout
3232 uses : actions/checkout@v4
3333 - name : Install dependencies
34- run : apt-get update; apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev build-essential binaryen
34+ run : apt-get update; apt-get install --yes -- no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev build-essential binaryen
3535 - name : Install nightly
3636 uses : actions-rs/toolchain@v1
3737 with :
You can’t perform that action at this time.
0 commit comments