From bf04b34f4c4de0fd10e50a33211273729c40fb94 Mon Sep 17 00:00:00 2001 From: Philipp Krones Date: Mon, 20 Jan 2020 17:48:14 +0100 Subject: [PATCH] Don't cache target dir --- .github/workflows/integration.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7ce204fdd2b4..f8b7b43bba78 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -57,11 +57,6 @@ jobs: with: path: ~/.cargo/git key: ${{ runner.os }}-cargo-index - - name: Cache cargo build - uses: actions/cache@v1 - with: - path: target - key: ${{ runner.os }}-cargo-build-target - name: Master Toolchain Setup run: bash setup-toolchain.sh - name: Build