mirror of https://github.com/restic/restic.git
appveyor: download tar
This commit is contained in:
parent
d21b782119
commit
7079e46642
|
@ -6,6 +6,9 @@ environment:
|
|||
install:
|
||||
- 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
|
||||
- 7z x tar.zip bin/tar.exe
|
||||
- set PATH=bin/;%PATH%
|
||||
|
||||
build_script:
|
||||
- go run run_integration_tests.go
|
||||
|
|
Loading…
Reference in New Issue