Skip to content

Commit

Permalink
[CHORE] (Revert:) Add rust cache to s3 build artifacts action (#3147)
Browse files Browse the repository at this point in the history
Reverts #3144

The rust cache did not work as intended. We should try sccache instead.
  • Loading branch information
jaychia authored Oct 29, 2024
1 parent 14b2246 commit e84ed5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-artifact-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e84ed5b

Please sign in to comment.