Skip to content

Commit

Permalink
Use --locked for CI's cargo install (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer authored Feb 8, 2024
1 parent 3304c60 commit 1b84345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/setup-python@v1
# We install instead of just build for insta-cmd TODO(cnpryer)
- name: Install huak
run: cargo install --path crates/huak-cli
run: cargo install --path crates/huak-cli --locked
- name: Test
run: cargo test --workspace --all-features

Expand Down

0 comments on commit 1b84345

Please sign in to comment.