From e84ed5b5360135c612cab6ed652b6ed2653dd207 Mon Sep 17 00:00:00 2001 From: Jay Chia <17691182+jaychia@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:55:54 -0700 Subject: [PATCH] [CHORE] (Revert:) Add rust cache to s3 build artifacts action (#3147) Reverts Eventual-Inc/Daft#3144 The rust cache did not work as intended. We should try sccache instead. --- .github/workflows/build-artifact-s3.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build-artifact-s3.yml b/.github/workflows/build-artifact-s3.yml index 24c3d13e25..227705d5c4 100644 --- a/.github/workflows/build-artifact-s3.yml +++ b/.github/workflows/build-artifact-s3.yml @@ -35,10 +35,6 @@ jobs: with: submodules: true fetch-depth: 0 - - uses: Swatinem/rust-cache@v2 - with: - key: ${{ runner.os }}-build-artifact-s3 - cache-all-crates: 'true' - name: Assume GitHub Actions AWS Credentials uses: aws-actions/configure-aws-credentials@v4 with: