From 9a295fe45ccb9056c8812797083a15b6c02a4630 Mon Sep 17 00:00:00 2001 From: Iban Eguia Date: Wed, 14 Oct 2020 21:38:45 +0200 Subject: [PATCH] Removed cache from MacOS builds (#873) --- .github/workflows/rust.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d5c7bdcd8c..6f10981b37 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -62,14 +62,6 @@ jobs: toolchain: stable override: true profile: minimal - - name: Cache cargo build - uses: actions/cache@v2 - with: - path: | - target - ~/.cargo/git - ~/.cargo/registry - key: ${{ runner.os }}-cargo-check-${{ hashFiles('**/Cargo.lock') }} - uses: actions-rs/cargo@v1 with: command: check @@ -134,14 +126,6 @@ jobs: toolchain: stable override: true profile: minimal - - name: Cache cargo - uses: actions/cache@v2 - with: - path: | - target - ~/.cargo/git - ~/.cargo/registry - key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }} - uses: actions-rs/cargo@v1 with: command: test