File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ jobs:
176176 uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
177177 with :
178178 script : |
179- core.exportVariable('SCCACHE_GHA_VERSION ', 'on ');
180- core.exportVariable('ACTIONS_CACHE_SERVICE_V2', 'on ');
179+ core.exportVariable('SCCACHE_GHA_ENABLED ', 'true ');
180+ core.exportVariable('ACTIONS_CACHE_SERVICE_V2', 'true ');
181181 core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
182182 core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
183183
@@ -193,7 +193,7 @@ jobs:
193193 nix-shell \
194194 -I nixpkgs=./tools/nix/pkgs.nix \
195195 --pure --keep TAR_DIR --keep FLAKY_TESTS \
196- --keep SCCACHE_GHA_VERSION --keep ACTIONS_CACHE_SERVICE_V2 --keep ACTIONS_RESULTS_URL --keep ACTIONS_RUNTIME_TOKEN \
196+ --keep SCCACHE_GHA_ENABLED --keep ACTIONS_CACHE_SERVICE_V2 --keep ACTIONS_RESULTS_URL --keep ACTIONS_RUNTIME_TOKEN \
197197 --arg loadJSBuiltinsDynamically false \
198198 --arg ccache '(import <nixpkgs> {}).sccache' \
199199 --arg devTools '[]' \
You can’t perform that action at this time.
0 commit comments