mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 19:31:35 +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/registry/cache
|
||||||
~/.cargo/git/db
|
~/.cargo/git/db
|
||||||
~/.rustup
|
~/.rustup
|
||||||
key: ${{ runner.os }}-cargo-${{ steps.rust.outputs.cacheKey }}
|
key: ${{ runner.os }}-cargo-${{ steps.rust.outputs.cacheKey }}
|
||||||
|
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
||||||
~/.cargo/registry/cache
|
~/.cargo/registry/cache
|
||||||
~/.cargo/git/db
|
~/.cargo/git/db
|
||||||
~/.rustup
|
~/.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
|
name: Clippy
|
||||||
run: |
|
run: |
|
||||||
|
@ -105,7 +105,7 @@ jobs:
|
||||||
~/.cargo/registry/cache
|
~/.cargo/registry/cache
|
||||||
~/.cargo/git/db
|
~/.cargo/git/db
|
||||||
~/.rustup
|
~/.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
|
name: Install cargo-binstall
|
||||||
uses: https://github.com/taiki-e/install-action@v2
|
uses: https://github.com/taiki-e/install-action@v2
|
||||||
|
|
Loading…
Reference in a new issue