diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-03-23 16:47:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 16:47:20 +0100 |
commit | 137744d19cc5c3a3eab06cbd362e8be4b3d84482 (patch) | |
tree | cb7a40f3d364664c1a5232c7fb1ae990014bf487 | |
parent | 876f075ddebfaa69e8b80c5556a5da3c47a98764 (diff) |
build: disable CI cache (#9872)
-rw-r--r-- | .github/workflows/ci.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2aee50b03..4c28b3906 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |