diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b724487..b93a818 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: run: | rustup update rustup component add clippy - - uses: Swatinem/rust-cache@v2.7.3 + - uses: Swatinem/rust-cache@v2.7.5 with: prefix-key: ${{ env.CACHE_VERSION }} - name: Lint @@ -88,7 +88,7 @@ jobs: - uses: KyleMayes/install-llvm-action@v2 with: version: "14.0" - - uses: Swatinem/rust-cache@v2.7.3 + - uses: Swatinem/rust-cache@v2.7.5 with: prefix-key: ${{ env.CACHE_VERSION }} - run: env RUSTFLAGS="@$PWD/rustc-flags" cargo test --locked --no-run