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
|
toolchain: stable
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
override: true
|
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
|
# - name: Rust Cache
|
||||||
# uses: Swatinem/rust-cache@v1.2.0
|
# uses: Swatinem/rust-cache@v1.2.0
|
||||||
# - name: Install PowerPC GCC
|
# - name: Install PowerPC GCC
|
||||||
|
Loading…
Reference in New Issue
Block a user