Skip to content

Commit 4808739

Browse files
committed
Update WIX version to 6.14
Updates the PATH of our package build to find the new WIX version on the GA CI VM's. Issue: DynamoRIO/dynamorio#6709
1 parent 85bd309 commit 4808739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
7z x c:\projects\install\doxygen.zip -oc:\projects\install\doxygen > nul
214214
set PATH=c:\projects\install\doxygen;%PATH%
215215
dir "c:\Program Files (x86)\WiX Toolset"*
216-
set PATH=C:\Program Files (x86)\WiX Toolset v3.11\bin;%PATH%
216+
set PATH=C:\Program Files (x86)\WiX Toolset v3.14\bin;%PATH%
217217
call "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars32.bat"
218218
echo ------ Running suite ------
219219
echo PATH is "%PATH%"

0 commit comments

Comments
 (0)