File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -355,8 +355,8 @@ jobs:
355355 - name : Install WiX
356356 shell : cmd
357357 run : |
358- dotnet tool install --global wix --version 5 .0.1
359- wix extension add --global WixToolset.UI.wixext/5 .0.1
358+ dotnet tool install --global wix --version 6 .0.0
359+ wix extension add --global WixToolset.UI.wixext/6 .0.0
360360
361361 - name : Checkout
362362 uses : actions/checkout@v4
@@ -429,8 +429,8 @@ jobs:
429429 - name : Install WiX
430430 shell : cmd
431431 run : |
432- dotnet tool install --global wix --version 5 .0.1
433- wix extension add --global WixToolset.UI.wixext/5 .0.1
432+ dotnet tool install --global wix --version 6 .0.0
433+ wix extension add --global WixToolset.UI.wixext/6 .0.0
434434
435435 - name : Checkout
436436 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ How to Build and Install
8585- [ Boost C++ libraries 1.88.0] ( https://www.boost.org/ )
8686- [ Doxygen 1.13.2] ( https://www.doxygen.nl/ )
8787- [ Graphviz] ( https://www.graphviz.org/ )
88- - [ WiX toolset 5 .0.1 ] ( https://wixtoolset.org/ )
88+ - [ WiX toolset 6 .0.0 ] ( https://wixtoolset.org/ )
8989- [ Python 3.9] ( https://www.python.org/ ) or
9090 [ Python 3.10] ( https://www.python.org/ )
9191- [ mypy] ( http://www.mypy-lang.org/ )
You can’t perform that action at this time.
0 commit comments