From 2446ea761ab18155fd0dcdd49077e1def3197ee9 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Mon, 7 Oct 2024 16:33:48 -0400 Subject: [PATCH] ci(msrv): fix `cargo-msrv` installation because it's not an inherently supported tool of `taiki-e/install-action` --- .github/workflows/check-and-build-and-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-and-build-and-test.yml b/.github/workflows/check-and-build-and-test.yml index 07856ae..f5583ce 100644 --- a/.github/workflows/check-and-build-and-test.yml +++ b/.github/workflows/check-and-build-and-test.yml @@ -220,7 +220,9 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Install cargo-msrv - uses: taiki-e/install-action@cargo-msrv + uses: taiki-e/install-action@v2 + with: + tool: cargo-msrv - uses: Swatinem/rust-cache@v2 with: