Skip to content

Commit

Permalink
Use cargo install --locked for reproducible builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Sep 26, 2023
1 parent 8fc2667 commit 070a45f
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 @@ -46,7 +46,7 @@ jobs:
- name: Install hyperfine and just
run: brew install hyperfine just
- name: Install rust-script
run: cargo install --path .
run: cargo install --locked --path .
- name: Test examples
run: ./test-examples.sh
working-directory: examples
Expand Down

0 comments on commit 070a45f

Please sign in to comment.