From 4757abe8735a8c135188d7baf0b003cc178161d6 Mon Sep 17 00:00:00 2001 From: damencho Date: Thu, 11 Jan 2018 19:55:51 -0600 Subject: [PATCH] Fixes x64 build. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 642b717f..29b47271 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: >