mirror of https://github.com/restic/restic.git
Always use NetCologne SourceForge mirror
The one automatically selected by the SourceForge CDN fails currently: appveyor DownloadFile http://downloads.sourceforge.net/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip Error downloading file: Unable to connect to the remote server Command exited with code 2
This commit is contained in:
parent
789e0df49e
commit
1160d03279
|
@ -17,7 +17,7 @@ install:
|
|||
- msiexec /i go1.5.3.windows-amd64.msi /q
|
||||
- go version
|
||||
- go env
|
||||
- appveyor DownloadFile http://downloads.sourceforge.net/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip
|
||||
- appveyor DownloadFile http://sourceforge.netcologne.de/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip
|
||||
- 7z x tar.zip bin/tar.exe
|
||||
- set PATH=bin/;%PATH%
|
||||
|
||||
|
|
Loading…
Reference in New Issue