diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68ea1aa..0542c73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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