Skip to content

Commit 070a45f

Browse files
committed
Use cargo install --locked for reproducible builds
1 parent 8fc2667 commit 070a45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install hyperfine and just
4747
run: brew install hyperfine just
4848
- name: Install rust-script
49-
run: cargo install --path .
49+
run: cargo install --locked --path .
5050
- name: Test examples
5151
run: ./test-examples.sh
5252
working-directory: examples

0 commit comments

Comments
 (0)