Skip to content

Commit 357ebd6

Browse files
committed
ci(checks): scope gha sccache to rust
1 parent 9a8906d commit 357ebd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/branch-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ env:
1010
CARGO_TERM_COLOR: always
1111
CARGO_INCREMENTAL: "0"
1212
MISE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13-
SCCACHE_GHA_ENABLED: "true"
1413

1514
permissions:
1615
contents: read
@@ -88,6 +87,7 @@ jobs:
8887
runner: [linux-amd64-cpu8, linux-arm64-cpu8]
8988
runs-on: ${{ matrix.runner }}
9089
env:
90+
SCCACHE_GHA_ENABLED: "true"
9191
SCCACHE_GHA_VERSION: branch-checks-rust-${{ matrix.runner }}
9292
container:
9393
image: ghcr.io/nvidia/openshell/ci:latest

0 commit comments

Comments
 (0)