Skip to content

Commit 53ced12

Browse files
committed
Update appveyor config
1 parent ad76c7d commit 53ced12

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ platform:
1313
- x64
1414
install:
1515
- 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
1816
- ps: Install-Product node $env:nodejs_version $env:platform
1917
- npm -g install npm@latest
2018
- set PATH=%APPDATA%\npm;%APPVEYOR_BUILD_FOLDER%\node_modules\.bin;%PATH%

0 commit comments

Comments
 (0)