about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/ci/scripts/install-wix.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/scripts/install-wix.sh b/src/ci/scripts/install-wix.sh
index 950e19ff640..688f1a49cbf 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