ci: use cookbook recipe for cargo caching

This commit is contained in:
Joonas Koivunen 2020-07-30 13:39:57 +03:00
parent 144985d06d
commit 9ec7583343

View File

@ -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