Skip to content

Commit 06fc950

Browse files
committed
Fix issue preventing 64 bit precompilation builds for Windows
Install platform-specific version of nodejs for Windows builds.
1 parent e126e95 commit 06fc950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ platform:
1414
image: Visual Studio 2015
1515

1616
install:
17-
- ps: Install-Product node $env:nodejs_version
17+
- ps: Install-Product node $env:nodejs_version $env:platform
1818
- npm install -g npm
1919
- node --version
2020
- npm --version

0 commit comments

Comments
 (0)