Skip to content

Commit

Permalink
[CHORE] Add rust cache to s3 build artifacts action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Oct 29, 2024
1 parent b0a5a40 commit dc3d49a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-artifact-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ 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 dc3d49a

Please sign in to comment.