Skip to content

Commit

Permalink
.github: Fixate cargo-binstall version
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Nov 4, 2024
1 parent 13af843 commit 608d7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install build dependencies - Cargo-Binstall
uses: cargo-bins/cargo-binstall@main
uses: cargo-bins/cargo-binstall@v1.10.9

- name: Install build dependencies - Cross, Trunk
run: cargo binstall -y trunk cross
Expand Down

0 comments on commit 608d7e7

Please sign in to comment.