mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
build: disable CI cache (#9872)
This commit is contained in:
parent
7dabb3dc54
commit
8ec652dbe7
1 changed files with 0 additions and 12 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -83,18 +83,6 @@ jobs:
|
||||||
mkdir -p target/release
|
mkdir -p target/release
|
||||||
tar --exclude=.cargo_home --exclude=".git*" --exclude=target --exclude=third_party/prebuilt -czvf target/release/deno_src.tar.gz -C .. deno
|
tar --exclude=.cargo_home --exclude=".git*" --exclude=target --exclude=third_party/prebuilt -czvf target/release/deno_src.tar.gz -C .. deno
|
||||||
|
|
||||||
- name: Cargo Cache
|
|
||||||
uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
~/.cargo/registry
|
|
||||||
~/.cargo/git
|
|
||||||
target/*/.*
|
|
||||||
target/*/build
|
|
||||||
target/*/deps
|
|
||||||
key: cargo-cache-b-${{ runner.os }}-${{ hashFiles('Cargo.lock') }}
|
|
||||||
restore-keys: cargo-cache-b-${{ runner.os }}-
|
|
||||||
|
|
||||||
- name: Install rust
|
- name: Install rust
|
||||||
uses: hecrj/setup-rust-action@v1
|
uses: hecrj/setup-rust-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue