File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ jobs:
354354 - name : Install WiX
355355 shell : cmd
356356 run : |
357- dotnet tool install --global wix --version 5.0.0
357+ dotnet tool install --global wix --version 5.0.1
358358 wix extension add --global WixToolset.UI.wixext
359359
360360 - name : Checkout
@@ -428,7 +428,7 @@ jobs:
428428 - name : Install WiX
429429 shell : cmd
430430 run : |
431- dotnet tool install --global wix --version 5.0.0
431+ dotnet tool install --global wix --version 5.0.1
432432 wix extension add --global WixToolset.UI.wixext
433433
434434 - name : Checkout
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ How to Build and Install
8585- [ Boost C++ libraries 1.84.0] ( https://www.boost.org/ )
8686- [ Doxygen 1.11.0] ( https://www.doxygen.nl/ )
8787- [ Graphviz] ( https://www.graphviz.org/ )
88- - [ WiX toolset 5.0.0 ] ( https://wixtoolset.org/ )
88+ - [ WiX toolset 5.0.1 ] ( 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