Skip to content

Commit

Permalink
Fixes x64 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Jan 12, 2018
1 parent f2accb6 commit 4757abe
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 @@ -10,7 +10,7 @@ platform:
- x64

install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version);
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform;
# Check if we're building the latest tag, if so
# then we publish the binaries if tests pass.
- ps: >
Expand Down

0 comments on commit 4757abe

Please sign in to comment.