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 0c70182 commit 9d47ba4Copy full SHA for 9d47ba4
.github/workflows/ci.yaml
@@ -16,10 +16,14 @@ concurrency:
16
env:
17
CARGO_TERM_COLOR: always
18
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
19
- SCCACHE_GHA_ENABLED: "true"
+ SCCACHE_BUCKET: mas-cache-test
20
+ SCCACHE_ENDPOINT: https://4f82d842615ee6cdbfb633767c5e6aa3.r2.cloudflarestorage.com
21
+ SCCACHE_REGION: auto
22
RUSTC_WRAPPER: "sccache"
23
SCCACHE_ERROR_LOG: /tmp/sccache_log.txt
24
SCCACHE_LOG: debug
25
+ AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
26
+ AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
27
28
jobs:
29
opa-lint:
0 commit comments