Skip to content

Commit 7e05123

Browse files
committed
ci: fix wrong path for wix being set
1 parent c854c44 commit 7e05123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/scripts/install-wix.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ IFS=$'\n\t'
88
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
99

1010
if isWindows; then
11+
ciCommandSetEnv WIX "$(pwd)/wix"
12+
1113
curl -O "${MIRRORS_BASE}/wix311-binaries.zip"
1214
mkdir -p wix/bin
1315
cd wix/bin
1416
7z x ../../wix311-binaries.zip
15-
16-
ciCommandSetEnv WIX "$(pwd)/wix"
1717
fi

0 commit comments

Comments
 (0)