mirror of
https://github.com/status-im/nim-eth-p2p.git
synced 2025-01-12 15:54:23 +00:00
One more attempt to fix appveyor.yml
This commit is contained in:
parent
d4159973a1
commit
87cc27e009
@ -20,6 +20,7 @@ environment:
|
||||
platform: x64
|
||||
|
||||
install:
|
||||
- setlocal EnableExtensions EnableDelayedExpansion
|
||||
- IF not exist "%MINGW_ARCHIVE%" appveyor DownloadFile "%MINGW_URL%" -FileName "%MINGW_ARCHIVE%"
|
||||
- 7z x -y "%MINGW_ARCHIVE%" > nul
|
||||
- SET PATH=%CD%\%MINGW_DIR%\bin;%CD%\Nim\bin;%PATH%
|
||||
|
Loading…
x
Reference in New Issue
Block a user