ci: use cookbook recipe for cargo caching
This commit is contained in:
parent
144985d06d
commit
9ec7583343
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -65,7 +65,9 @@ jobs:
|
||||
- name: Cache cargo folder
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.cargo
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
key: ${{ matrix.platform.target }}-dot-cargo-${{ hashFiles('Cargo.lock') }}
|
||||
|
||||
- name: Get npm cache directory
|
||||
|
Loading…
x
Reference in New Issue
Block a user