This commit is contained in:
parent
5757b83167
commit
408d47f7df
@ -13,18 +13,18 @@ jobs:
|
|||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
prefix-key: v0-rust
|
prefix-key: v0-rust
|
||||||
with:
|
with:
|
||||||
key: ${{ env.prefix-key }}-${{ runner.os }}-${{ hashFiles('Cargo.lock') }}
|
key: ${{ env.prefix-key }}-${{ runner.os }}-${{ hashFiles('Cargo.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ env.prefix-key }}-${{ runner.os }}-${{ hashFiles('Cargo.lock') }}
|
${{ env.prefix-key }}-${{ runner.os }}-${{ hashFiles('Cargo.lock') }}
|
||||||
${{ env.prefix-key }}-${{ runner.os }}-
|
${{ env.prefix-key }}-${{ runner.os }}-
|
||||||
${{ env.prefix-key }}-
|
${{ env.prefix-key }}-
|
||||||
path: |
|
path: |
|
||||||
~/.cargo/bin
|
~/.cargo/bin
|
||||||
~/.cargo/.crates.toml
|
~/.cargo/.crates.toml
|
||||||
~/.cargo/.crates2.json
|
~/.cargo/.crates2.json
|
||||||
~/.cargo/registry
|
~/.cargo/registry
|
||||||
~/.cargo/git
|
~/.cargo/git
|
||||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user