ci: fix wrong path for wix being set

This commit is contained in:
Pietro Albini 2019-10-28 15:09:18 +01:00
parent c854c4482b
commit 7e051236b0
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C

View File

@ -8,10 +8,10 @@ IFS=$'\n\t'
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
if isWindows; then
ciCommandSetEnv WIX "$(pwd)/wix"
curl -O "${MIRRORS_BASE}/wix311-binaries.zip"
mkdir -p wix/bin
cd wix/bin
7z x ../../wix311-binaries.zip
ciCommandSetEnv WIX "$(pwd)/wix"
fi