Skip to content

Commit

Permalink
ci: locked deps when installing cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Feb 25, 2024
1 parent 6100922 commit ba32d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Setup
run: cargo install cargo-deny || true
run: cargo install --locked cargo-deny || true

- name: Build
run: ./build.sh

0 comments on commit ba32d21

Please sign in to comment.