Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Use x64 for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Aug 12, 2020
1 parent eac0a1e commit 6798fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -12,7 +12,7 @@ init:
- git config --global core.autocrlf true

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

test_script:
Expand Down

0 comments on commit 6798fb2

Please sign in to comment.