We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8906d commit 357ebd6Copy full SHA for 357ebd6
1 file changed
.github/workflows/branch-checks.yml
@@ -10,7 +10,6 @@ env:
10
CARGO_TERM_COLOR: always
11
CARGO_INCREMENTAL: "0"
12
MISE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
- SCCACHE_GHA_ENABLED: "true"
14
15
permissions:
16
contents: read
@@ -88,6 +87,7 @@ jobs:
88
87
runner: [linux-amd64-cpu8, linux-arm64-cpu8]
89
runs-on: ${{ matrix.runner }}
90
env:
+ SCCACHE_GHA_ENABLED: "true"
91
SCCACHE_GHA_VERSION: branch-checks-rust-${{ matrix.runner }}
92
container:
93
image: ghcr.io/nvidia/openshell/ci:latest
0 commit comments