mirror of
https://github.com/restic/restic.git
synced 2025-08-23 17:55:17 +00:00
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:
@@ -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%
|
||||
|
||||
|
Reference in New Issue
Block a user