Try specifying xz archive type.

This commit is contained in:
Ryan Curtin
2019-09-11 21:35:40 -04:00
parent eab5383cb6
commit ce7fa96f99
+1 -1
View File
@@ -69,7 +69,7 @@ build_script:
if not exist armadillo.tar.xz
appveyor DownloadFile %ARMADILLO_DOWNLOAD%
-FileName armadillo.tar.xz
- 7z x armadillo.tar.xz -so | 7z x -si -ttar > nul
- 7z x armadillo.tar.xz -so -txz | 7z x -si -ttar > nul
- cd armadillo-8.400.0 && mkdir build && cd build
- >
cmake -G "%VSVER%"