From a7b487327595fc7f2a19458dfee54c2d39c706ee Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 21 Apr 2021 19:48:41 -0400 Subject: chore: clean cache (#10290) --- .github/workflows/ci.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c522d730..87886b7cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,9 +175,9 @@ jobs: ~/.cargo/registry ./target key: - c-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }} + d-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }} restore-keys: | - c-${{ matrix.os }}-${{ matrix.kind }}- + d-${{ matrix.os }}-${{ matrix.kind }}- - name: Apply and update mtime cache uses: ./.github/mtime_cache @@ -354,3 +354,12 @@ jobs: target/release/deno_src.tar.gz target/release/lib.deno.d.ts draft: true + + - name: Clean before cache + shell: bash + run: | + rm -f target/*/deno target/*/denort target/*/test_server + rm -rf target/*/examples/ + rm -rf target/*/gn_out/ + rm -rf target/*/*.zip + -- cgit v1.2.3