From 7e051236b02ae6d924f24e080784fcf10cb8c4d3 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Mon, 28 Oct 2019 15:09:18 +0100 Subject: [PATCH] ci: fix wrong path for wix being set --- src/ci/scripts/install-wix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ci/scripts/install-wix.sh b/src/ci/scripts/install-wix.sh index 950e19ff6407..688f1a49cbfd 100755 --- a/src/ci/scripts/install-wix.sh +++ b/src/ci/scripts/install-wix.sh @@ -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