| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -178,7 +178,7 @@ jobs: | |||
| 178 | 178 | uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 | |
| 179 | 179 | with: | |
| 180 | 180 | script: | | |
| 181 | - core.exportVariable('SCCACHE_GHA_VERSION', 'on'); | ||
| 181 | + core.exportVariable('SCCACHE_GHA_ENABLED', 'on'); | ||
| 182 | 182 | core.exportVariable('ACTIONS_CACHE_SERVICE_V2', 'on'); | |
| 183 | 183 | core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); | |
| 184 | 184 | core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); | |
@@ -195,7 +195,7 @@ jobs: | |||
| 195 | 195 | nix-shell \ | |
| 196 | 196 | -I nixpkgs=./tools/nix/pkgs.nix \ | |
| 197 | 197 | --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 \ | ||
| 199 | 199 | --arg loadJSBuiltinsDynamically false \ | |
| 200 | 200 | --arg ccache '(import <nixpkgs> {}).sccache' \ | |
| 201 | 201 | --arg devTools '[]' \ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments