mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
ci: fix wrong path for wix being set
This commit is contained in:
parent
c854c4482b
commit
7e051236b0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user