Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
ensure Appveyor installs the x64 version of Node so it can prebuild f…
Browse files Browse the repository at this point in the history
…or that version too
  • Loading branch information
shiftkey committed Jun 27, 2019
1 parent 50d10e4 commit 68ebd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -17,7 +17,7 @@ branches:
clone_depth: 10

install:
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node $env:nodejs_version x64
- npm install

build_script:
Expand Down

0 comments on commit 68ebd21

Please sign in to comment.