forked from TrueCloudLab/restic
Fix Appveyor
This commit is contained in:
parent
82e1cbed4f
commit
e207257714
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ init:
|
||||||
install:
|
install:
|
||||||
- rmdir c:\go /s /q
|
- rmdir c:\go /s /q
|
||||||
- appveyor DownloadFile https://dl.google.com/go/go1.15.2.windows-amd64.msi
|
- appveyor DownloadFile https://dl.google.com/go/go1.15.2.windows-amd64.msi
|
||||||
- msiexec /i go1.14.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 http://sourceforge.netcologne.de/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip
|
||||||
|
|
Loading…
Reference in a new issue