Skip to content

Commit 3d61bc8

Browse files
committed
CI: use --locked to install binutils & nextest
Forces cargo to use exactly the dependency versions from Cargo.lock Avoids potential CI issues
1 parent 64f11aa commit 3d61bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev libx264-164 libx264-dev
6464
if: ${{ matrix.os == 'ubuntu-latest' }}
6565
- name: Install nextest
66-
run: cargo binstall cargo-nextest --force
66+
run: cargo binstall cargo-nextest --force --locked
6767
- name: Install LLD
68-
run: cargo binstall cargo-binutils --force
68+
run: cargo binstall cargo-binutils --force --locked
6969
- name: Activate CI cargo config
7070
run: mv .cargo/config_ci.toml .cargo/config.toml
7171
- name: set LD_LIBRARY_PATH on unix

0 commit comments

Comments
 (0)