File tree Expand file tree Collapse file tree
Open diff view settings
Expand file tree Collapse file tree
Open diff view settings
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178178 uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
179179 with :
180180 script : |
181- core.exportVariable('SCCACHE_GHA_VERSION ', 'on');
181+ core.exportVariable('SCCACHE_GHA_ENABLED ', 'on');
182182 core.exportVariable('ACTIONS_CACHE_SERVICE_V2', 'on');
183183 core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
184184 core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
@@ -195,7 +195,7 @@ jobs:
195195 nix-shell \
196196 -I nixpkgs=./tools/nix/pkgs.nix \
197197 --pure --keep TAR_DIR --keep FLAKY_TESTS \
198- --keep SCCACHE_GHA_VERSION --keep ACTIONS_CACHE_SERVICE_V2 --keep ACTIONS_RESULTS_URL --keep ACTIONS_RUNTIME_TOKEN \
198+ --keep SCCACHE_GHA_ENABLED --keep ACTIONS_CACHE_SERVICE_V2 --keep ACTIONS_RESULTS_URL --keep ACTIONS_RUNTIME_TOKEN \
199199 --arg loadJSBuiltinsDynamically false \
200200 --arg ccache '(import <nixpkgs> {}).sccache' \
201201 --arg devTools '[]' \
You can’t perform that action at this time.
0 commit comments