asdf
This commit is contained in:
parent
1b64b68ac4
commit
b34f3e8d29
|
|
@ -40,6 +40,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: ~/.cargo/registry/cache
|
path: ~/.cargo/registry/cache
|
||||||
key: registry-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
|
key: registry-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
|
||||||
|
- name: Fetch dependencies
|
||||||
|
run: cargo fetch
|
||||||
- name: Cache target directory
|
- name: Cache target directory
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue