Skip to content

Commit

Permalink
fix cargo-msrv workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacholt100 committed Oct 25, 2023
1 parent 09d2313 commit 3a932c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set nightly as default
run: rustup default nightly
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@v1
uses: taiki-e/install-action@cargo-binstall
- name: Install cargo-msrv
run: cargo binstall cargo-msrv --no-confirm
- name: verify MSRV
Expand Down

0 comments on commit 3a932c7

Please sign in to comment.