Skip to content

Commit

Permalink
Specify sccache bucket region (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 committed May 24, 2023
1 parent 2d87d13 commit e9293e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
echo "AWS_SECRET_ACCESS_KEY=${{ secrets.SCCACHE_AWS_SECRET }}" >> $GITHUB_ENV
echo "SCCACHE_BUCKET=sccache-rust" >> $GITHUB_ENV
echo "SCCACHE_S3_USE_SSL=true" >> $GITHUB_ENV
echo "SCCACHE_REGION=us-west-2" >> $GITHUB_ENV
- uses: Swatinem/rust-cache@v2
- run: cargo test --features beta
env:
Expand Down

0 comments on commit e9293e2

Please sign in to comment.