Skip to content

Commit 0d37acb

Browse files
Renegade334aduh95
andauthored
fixup! meta: use SCCACHE_GHA_ENABLED for shared build workflows
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent af1686f commit 0d37acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
177177
with:
178178
script: |
179-
core.exportVariable('SCCACHE_GHA_ENABLED', 'true');
179+
core.exportVariable('SCCACHE_GHA_ENABLED', 'on');
180180
core.exportVariable('ACTIONS_CACHE_SERVICE_V2', 'on');
181181
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
182182
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');

0 commit comments

Comments
 (0)