We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad76c7d commit 53ced12Copy full SHA for 53ced12
1 file changed
appveyor.yml
@@ -13,8 +13,6 @@ platform:
13
- x64
14
install:
15
- git submodule update --init --recursive
16
- - ps: Start-FileDownload 'https://slproweb.com/download/Win32OpenSSL-1_0_2j.exe'
17
- - ps: Start-Process "Win32OpenSSL-1_0_2j" -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes" -Wait
18
- ps: Install-Product node $env:nodejs_version $env:platform
19
- npm -g install npm@latest
20
- set PATH=%APPDATA%\npm;%APPVEYOR_BUILD_FOLDER%\node_modules\.bin;%PATH%
0 commit comments