From 9d100070859b31aaa2cc362f1d01b28860034505 Mon Sep 17 00:00:00 2001 From: Reilly Wood <26268125+rgwood@users.noreply.github.com> Date: Thu, 9 Jun 2022 12:03:56 -0400 Subject: [PATCH] Temporarily disable rust-cache in tests (#5747) --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f0168ca6f..ad6d2f53e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,9 +80,11 @@ jobs: toolchain: ${{ matrix.rust }} override: true - - uses: Swatinem/rust-cache@v1 - with: - key: ${{ matrix.style }}v3 # increment this to bust the cache if needed + # Temporarily disabled; the cache was getting huge (2.6GB compressed) on Windows and causing issues. + # TODO: investigate why the cache was so big + # - uses: Swatinem/rust-cache@v1 + # with: + # key: ${{ matrix.style }}v3 # increment this to bust the cache if needed - name: Tests uses: actions-rs/cargo@v1