Merge pull request #1 from rohan-sircar/cache-action
use github cache action instead
This commit is contained in:
commit
73e9904173
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user