Skip to content

Commit

Permalink
ci: fix rich-nav agent
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Mar 5, 2022
1 parent 744ce15 commit 0e69270
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rich-navigation.yml
Original file line number Diff line number Diff line change
@@ -35,6 +35,10 @@ jobs:
# Remove this once node-version > 17.4.x or > 16.14.0,
# which ships with npm > 8.4.0 that has support for VS 2022 toolchain.
$env:npm_config_node_gyp=$(Join-Path $(Get-Command node-gyp.cmd).Path "..\node_modules\node-gyp\bin\node-gyp.js" -Resolve)
# 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"
yarn --frozen-lockfile
env:
CHILD_CONCURRENCY: 1

0 comments on commit 0e69270

Please sign in to comment.