Skip to content

Commit

Permalink
build: disable CI cache (denoland#9872)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Mar 23, 2021
1 parent 876f075 commit 137744d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 137744d

Please sign in to comment.