1
0
Fork 0
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:
Bartek Iwańczuk 2021-03-23 16:47:20 +01:00 committed by Kitson Kelly
parent 7dabb3dc54
commit 8ec652dbe7
No known key found for this signature in database
GPG key ID: 2D87CFF11B51960A

View file

@ -83,18 +83,6 @@ jobs:
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
- 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
uses: hecrj/setup-rust-action@v1
with: