There was an error while loading. Please reload this page.
1 parent 638a055 commit 8aabc24Copy full SHA for 8aabc24
1 file changed
.github/workflows/json-build.yml
@@ -63,8 +63,8 @@ jobs:
63
if: ${{ !contains(matrix.pkg.labels.sccache, '0') }}
64
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
65
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 }}
+ SCCACHE_GHA_VERSION: ${{ matrix.version }}-${{ matrix.pkg.arch }}
+ SCCACHE_GHA_CACHE_FROM: ${{ matrix.version }}-${{ matrix.pkg.arch }}
68
with:
69
script: |
70
const script = require('./.github/scripts/configure-sccache.js')
0 commit comments