Skip to content

Commit

Permalink
devops: Fix cargo binstall installation in CI (#2510)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Apr 29, 2023
1 parent 5db61f4 commit 2d09a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ tasks:

install-cargo-tools-binstall:
cmds:
- cargo install cargo-binstall
- cargo install --locked cargo-binstall
- cargo binstall -y --locked {{.cargo_crates}}

install-maturin:
Expand Down

0 comments on commit 2d09a9f

Please sign in to comment.