Skip to content

Commit

Permalink
build: Fix x64 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed May 17, 2019
1 parent f034c52 commit 5c8fe3d
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 @@ -14,7 +14,7 @@ install:
$bytes = [Convert]::FromBase64String($env:WINDOWS_CERTIFICATE_P12)
[IO.File]::WriteAllBytes($filename, $bytes)
}
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node $env:nodejs_version x64
- node --version
- npm ci

Expand Down

0 comments on commit 5c8fe3d

Please sign in to comment.