diff --git a/.github/workflows/build-artifact-s3.yml b/.github/workflows/build-artifact-s3.yml index 227705d5c4..24c3d13e25 100644 --- a/.github/workflows/build-artifact-s3.yml +++ b/.github/workflows/build-artifact-s3.yml @@ -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: