Fix cache keys

This commit is contained in:
asonix 2024-02-07 15:48:51 -06:00
parent 14d49d0fce
commit 825b355917

View file

@ -35,7 +35,7 @@ jobs:
~/.cargo/registry/cache
~/.cargo/git/db
~/.rustup
key: ${{ runner.os }}-cargo-${{ steps.rust.outputs.cacheKey }}
key: ${{ runner.os }}-cargo-${{ steps.rust.outputs.cacheKey }}
clippy:
@ -57,7 +57,7 @@ jobs:
~/.cargo/registry/cache
~/.cargo/git/db
~/.rustup
key: ${{ runner.os }}-cargo-${{ jobs.cache-rust.steps.rust.outputs.cacheKey }}
key: ${{ runner.os }}-cargo-${{ jobs.cache-rust.steps.rust.outputs.cacheKey }}
-
name: Clippy
run: |
@ -105,7 +105,7 @@ jobs:
~/.cargo/registry/cache
~/.cargo/git/db
~/.rustup
key: ${{ runner.os }}-cargo-${{ jobs.cache-rust.steps.rust.outputs.cacheKey }}
key: ${{ runner.os }}-cargo-${{ jobs.cache-rust.steps.rust.outputs.cacheKey }}
-
name: Install cargo-binstall
uses: https://github.com/taiki-e/install-action@v2