We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f11aa commit 3d61bc8Copy full SHA for 3d61bc8
.github/workflows/ci.yml
@@ -63,9 +63,9 @@ jobs:
63
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev libx264-164 libx264-dev
64
if: ${{ matrix.os == 'ubuntu-latest' }}
65
- name: Install nextest
66
- run: cargo binstall cargo-nextest --force
+ run: cargo binstall cargo-nextest --force --locked
67
- name: Install LLD
68
- run: cargo binstall cargo-binutils --force
+ run: cargo binstall cargo-binutils --force --locked
69
- name: Activate CI cargo config
70
run: mv .cargo/config_ci.toml .cargo/config.toml
71
- name: set LD_LIBRARY_PATH on unix
0 commit comments