2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00

Use https:// to download appveyor tar

When supported one might as well use https://.
This commit is contained in:
Andreas Olsson 2020-09-20 18:49:27 +02:00
parent 1cfb01a8a6
commit fd1f7b7268
No known key found for this signature in database
GPG Key ID: 210FE3E069ED67A8

View File

@ -24,7 +24,7 @@ install:
- msiexec /i go1.15.2.windows-amd64.msi /q - msiexec /i go1.15.2.windows-amd64.msi /q
- go version - go version
- go env - go env
- appveyor DownloadFile http://sourceforge.netcologne.de/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip - appveyor DownloadFile https://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 - 7z x tar.zip bin/tar.exe
- set PATH=bin/;%PATH% - set PATH=bin/;%PATH%