Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobo <hop2deep@gmail.com>2022-03-02 05:48:33 +0300
committerGitHub <noreply@github.com>2022-03-02 05:48:33 +0300
commiteca9017c9dc44afea7b2bcfdf277c98130bef861 (patch)
tree745a7382f13d402791c5e6dc04a6780ee86687ec /.github
parent28a7e36b0883ce4a4c8af2be33e82812f7512239 (diff)
ci: fix env configuration (#144229)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1d32108e047..cf302f72493 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
# Electron <= 13 does not ship with correct config.gypi headers,
# remove this once we update to newer versions.
# Refs https://github.com/nodejs/node-gyp/pull/2497
- $env:npm_config_force_process_config=true
+ $env:npm_config_force_process_config="true"
yarn --frozen-lockfile --network-timeout 180000
- name: Create node_modules archive
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}