Skip to content

Commit

Permalink
ci: fix cargo-msrv install
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Mar 12, 2024
1 parent 04b023c commit f820f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install cargo msrv
uses: taiki-e/install-action@v2
with:
tool: cargo msrv verify
tool: cargo-msrv

- name: Run cargo msrv
run: cargo msrv verify
Expand Down

0 comments on commit f820f86

Please sign in to comment.