try github cache action instead

This commit is contained in:
Rohan Sircar 2021-04-23 17:48:54 +05:30
parent fdc151a885
commit f027c0ab7b

View File

@ -100,6 +100,13 @@ jobs:
toolchain: stable
target: ${{ matrix.target }}
override: true
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-${{ matrix.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}
# - name: Rust Cache
# uses: Swatinem/rust-cache@v1.2.0
# - name: Install PowerPC GCC