Skip to content

Commit

Permalink
Use --locked for CI's cargo install
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer committed Feb 8, 2024
1 parent dae3668 commit a519e27
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 a519e27

Please sign in to comment.