Skip to content

Commit

Permalink
Use cargo-binstall to install cargo-msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Dec 26, 2024
1 parent 65d9b89 commit 9607133
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: Install cargo-binstall
uses: cargo-bins/[email protected]
- name: install cargo-msrv
run: cargo install cargo-msrv
run: cargo binstall cargo-msrv
- name: verify msrv
run: cargo msrv verify

Expand Down

0 comments on commit 9607133

Please sign in to comment.