Skip to content

Commit

Permalink
fix: cargo-deb install from +stable and --locked (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara authored May 21, 2024
1 parent 1c17eae commit dfe479c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-jvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
shell: bash
run: |
case ${{ matrix.job.target }} in
*-linux-gnu*) cargo install cargo-deb ;;
*-linux-gnu*) cargo +stable install cargo-deb --locked ;;
esac
case ${{ matrix.job.target }} in
Expand Down

0 comments on commit dfe479c

Please sign in to comment.