mirror of
https://github.com/denoland/deno.git
synced 2025-02-07 23:06:50 -05:00
try again
This commit is contained in:
parent
6e38fb930e
commit
0fa9059f4d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -182,7 +182,7 @@ jobs:
|
||||||
~/.cargo/registry/cache
|
~/.cargo/registry/cache
|
||||||
~/.cargo/git/db
|
~/.cargo/git/db
|
||||||
key:
|
key:
|
||||||
b-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}
|
c-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}
|
||||||
|
|
||||||
- name: Cache build output
|
- name: Cache build output
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
@ -190,7 +190,7 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
./target
|
./target
|
||||||
key:
|
key:
|
||||||
b-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ hashFiles('Cargo.lock') }}
|
c-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ hashFiles('Cargo.lock') }}
|
||||||
|
|
||||||
- name: Apply and update mtime cache
|
- name: Apply and update mtime cache
|
||||||
uses: ./.github/mtime_cache
|
uses: ./.github/mtime_cache
|
||||||
|
@ -382,5 +382,5 @@ jobs:
|
||||||
rm -rf target/*/examples/
|
rm -rf target/*/examples/
|
||||||
rm -rf target/*/gn_out/
|
rm -rf target/*/gn_out/
|
||||||
rm -rf target/*/*.zip
|
rm -rf target/*/*.zip
|
||||||
cargo install cargo-cache --no-default-features --features ci-autoclean cargo-cache
|
cargo install cargo-cache
|
||||||
cargo-cache
|
cargo-cache
|
||||||
|
|
Loading…
Add table
Reference in a new issue