Skip to content

Commit

Permalink
ci: fix wrong path for wix being set
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Oct 28, 2019
1 parent c854c44 commit 7e05123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ci/scripts/install-wix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7e05123

Please sign in to comment.