1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -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 GitHub
parent 876f075dde
commit 137744d19c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: