Skip to content

Commit

Permalink
ci: try to force install cargo-msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jan 16, 2025
1 parent bffa6c0 commit 7f33030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Install cargo-msrv
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: cargo binstall --no-confirm cargo-msrv
run: cargo binstall --no-confirm cargo-msrv --force

- name: Verify and Test Rust version
run: |
Expand Down

0 comments on commit 7f33030

Please sign in to comment.