Skip to content

Commit

Permalink
Fix x86 windows build (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajendrant authored Sep 2, 2020
1 parent a8eb19e commit 2cd574b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platform:

install:
- SET PATH=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\bin;%PATH%
- ps: Install-Product node $env:nodejs_version $env:platform
- ps: Install-Product node $env:nodejs_version x64
- npm install

test_script:
Expand Down

0 comments on commit 2cd574b

Please sign in to comment.