1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-26 09:47:49 +00:00

Merge pull request #411 from restic/fix-appveyor-sourceforge

Always use NetCologne SourceForge mirror
This commit is contained in:
Alexander Neumann 2016-02-06 13:01:55 +01:00
commit 3fd5b5975a

View file

@ -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%