Skip to content

Commit 8aabc24

Browse files
committed
feat(ci): use same cache if branch+arch are same
1 parent 638a055 commit 8aabc24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/json-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
if: ${{ !contains(matrix.pkg.labels.sccache, '0') }}
6464
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6565
env:
66-
SCCACHE_GHA_VERSION: ${{ matrix.version }}-${{ matrix.pkg.arch }}-${{ matrix.pkg.pkg }}
67-
SCCACHE_GHA_CACHE_FROM: ${{ matrix.version }}-${{ matrix.pkg.arch }}-${{ matrix.pkg.pkg }}
66+
SCCACHE_GHA_VERSION: ${{ matrix.version }}-${{ matrix.pkg.arch }}
67+
SCCACHE_GHA_CACHE_FROM: ${{ matrix.version }}-${{ matrix.pkg.arch }}
6868
with:
6969
script: |
7070
const script = require('./.github/scripts/configure-sccache.js')

0 commit comments

Comments
 (0)