Skip to content

Commit

Permalink
fix(ci): install cargo-msrv with cargo-binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 11, 2024
1 parent 3578356 commit 37aa19f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ jobs:
with:
command: check licenses sources

- name: Install cargo-binstall
uses: taiki-e/install-action@cargo-binstall

- name: Install cargo-msrv
run: cargo binstall -y cargo-msrv

- name: Run cargo-msrv
shell: bash
run: |
Expand Down

0 comments on commit 37aa19f

Please sign in to comment.