From 137744d19cc5c3a3eab06cbd362e8be4b3d84482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 23 Mar 2021 16:47:20 +0100 Subject: build: disable CI cache (#9872) --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) (limited to '.github') 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: -- cgit v1.2.3