Skip to content

Commit

Permalink
Try Libzip 1.7.3 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Nov 19, 2020
1 parent 2bf0cb1 commit 00b8fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/appveyor.functions.ps1
Expand Up @@ -332,9 +332,9 @@ function InstallZlib() {

function InstallLibzip() {
$Env:Path = $NoShPath
DownloadFile "https://libzip.org/download/libzip-1.5.2.tar.gz" "libzip.tar.gz"
DownloadFile "https://libzip.org/download/libzip-1.7.3.tar.gz" "libzip.tar.gz"
ExtractTar "$workingBaseDir\libzip.tar.gz" "$workingBaseDir\libzip"
Set-Location "$workingBaseDir\libzip\libzip-1.5.2"
Set-Location "$workingBaseDir\libzip\libzip-1.7.3"
if (!(Test-Path -Path "build" -PathType Container)) {
Step "Creating libzip build path"
New-Item build -ItemType Directory >> "$logFile" 2>&1
Expand Down

0 comments on commit 00b8fbf

Please sign in to comment.