Skip to content

Commit

Permalink
ci: try to cache cargo msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed May 8, 2024
1 parent deaff7a commit ea26ea0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install MSRV
run: cargo install cargo-msrv
- uses: taiki-e/cache-cargo-install-action@v2
with:
tool: cargo-msrv
- name: Check MSRV
run: cargo msrv verify

Expand Down

0 comments on commit ea26ea0

Please sign in to comment.