try github cache action instead
This commit is contained in:
parent
fdc151a885
commit
f027c0ab7b
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