mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Fix cache keys
This commit is contained in:
parent
14d49d0fce
commit
825b355917
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue