We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0b3bd commit b0eb729Copy full SHA for b0eb729
.github/workflows/rust-daily.yaml
@@ -46,6 +46,8 @@ jobs:
46
47
echo "SCCACHE_S3_USE_SSL=true" >> $GITHUB_ENV
48
49
+ echo "SCCACHE_REGION=us-west-2" >> $GITHUB_ENV
50
+
51
'
52
- uses: Swatinem/rust-cache@v2
53
- run: cargo check --all-features
0 commit comments