Skip to content
Snippets Groups Projects
Commit 8d1a2e34 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

appveyor:fixup download of mingw gcc lzma

parent c2ddbed9
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ install:
- ccache -M 99M
- xcopy /Y /V /I ccache.exe %MINGW_SDK%\bin
- if not exist "%MINGW_LZMA%" appveyor DownloadFile "MINGW_URL%" -FileName "%MINGW_LZMA%"
- if not exist "%MINGW_LZMA%" appveyor DownloadFile "%MINGW_URL%" -FileName "%MINGW_LZMA%"
- 7z x -y "%MINGW_LZMA%" -o%TMP% >null
- robocopy /S /xx /ns /nc /nfl /ndl /np /njh /njs %TMP%\bin %MINGW_SDK%\bin || exit 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment