ci: install cargo-msrv in the job that verifies MSRV (oops lol)

This commit is contained in:
J / Jacob Babich
2024-10-07 16:20:18 -04:00
parent ae372981f9
commit 65eaeee0e9

View File

@@ -219,6 +219,9 @@ jobs:
- name: Install stable Rust toolchain - name: Install stable Rust toolchain
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
- name: Install cargo-msrv
uses: taiki-e/install-action@cargo-msrv
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with: with:
shared-key: ${{ matrix.supporteds.target }}-latest-variable shared-key: ${{ matrix.supporteds.target }}-latest-variable