Fix node-gyp build on Windows (#2233)
* ONE MORE TIME * I cant type * try this * I think I actually did it!
This commit is contained in:
@@ -191,8 +191,8 @@ jobs:
|
||||
- run:
|
||||
name: Install nodejs-lts
|
||||
command: choco install nodejs-lts -y
|
||||
# ignoring scripts for windows due to issues with node-gyp
|
||||
- run: $env:PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = 1; npm ci --ignore-scripts
|
||||
- run: npm i -g node-gyp; node-gyp install
|
||||
- run: $env:PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = 1; npm ci
|
||||
- build:
|
||||
os: windows
|
||||
path: ./build/win
|
||||
@@ -269,7 +269,8 @@ jobs:
|
||||
- run:
|
||||
name: Install nodejs-lts
|
||||
command: choco install nodejs-lts -y
|
||||
- run: $env:PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = 1; npm ci --ignore-scripts
|
||||
- run: npm i -g node-gyp; node-gyp install
|
||||
- run: $env:PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = 1; npm ci
|
||||
- build:
|
||||
os: windows
|
||||
path: ./build/win
|
||||
|
Reference in New Issue
Block a user