From 3aaf82de52c427f189acd9d3b17614a6f1d34c74 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Fri, 3 Nov 2023 21:17:34 +0100 Subject: [PATCH] Attempt #2 --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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