mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-29 03:17:47 +08:00
Build native modules with VS 2015 because V8 now requires it
This commit is contained in:
parent
d962adc52e
commit
c42b1842e9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ init:
|
|||
|
||||
install:
|
||||
- ps: Install-Product node $env:NODE_VERSION
|
||||
- ps: npm config set msvs_version 2013
|
||||
- ps: npm config set msvs_version 2015
|
||||
|
||||
# Extract the codesigning certs, encrypted private ssh key
|
||||
- ps: |
|
||||
|
|
Loading…
Reference in a new issue