mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Fix node-gyp not found error (#189942)
This commit is contained in:
@@ -164,7 +164,7 @@ steps:
|
||||
echo "Yarn failed $i, trying again..."
|
||||
done
|
||||
|
||||
cd node_modules/native-keymap && node-gyp rebuild --debug
|
||||
cd node_modules/native-keymap && npx node-gyp@9.4.0 -y rebuild --debug
|
||||
cd ../.. && ./.github/workflows/check-clean-git-state.sh
|
||||
env:
|
||||
npm_config_arch: $(NPM_ARCH)
|
||||
|
||||
Reference in New Issue
Block a user