Skip to content

Commit

Permalink
i#6709: Update WIX version to 6.14 (#6710)
Browse files Browse the repository at this point in the history
Updates the PATH of our package build to find the new WIX version on the
GA CI VM's.

Tested: https://github.com/DynamoRIO/dynamorio/actions/runs/8308632272

Fixes #6709
  • Loading branch information
derekbruening authored Mar 18, 2024
1 parent 183f14e commit 88d234b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ jobs:
7z x c:\projects\install\doxygen.zip -oc:\projects\install\doxygen > nul
set PATH=c:\projects\install\doxygen;%PATH%
dir "c:\Program Files (x86)\WiX Toolset"*
set PATH=C:\Program Files (x86)\WiX Toolset v3.11\bin;%PATH%
set PATH=C:\Program Files (x86)\WiX Toolset v3.14\bin;%PATH%
call "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars32.bat"
echo ------ Running suite ------
echo PATH is "%PATH%"
Expand Down

0 comments on commit 88d234b

Please sign in to comment.