Skip to content

Commit

Permalink
Attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Nov 3, 2023
1 parent 09d871b commit 3aaf82d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3

- name: Install llvm-cov
uses: taiki-e/install-action@cargo-msrv
- name: Install cargo-msrv
uses: taiki-e/install-action@v2
with:
tool: cargo-msrv

#- uses: Swatinem/rust-cache@v1

Expand Down

0 comments on commit 3aaf82d

Please sign in to comment.