Skip to content

Commit

Permalink
Merge pull request #331 from tetengo/wix_upgrade
Browse files Browse the repository at this point in the history
Upgrade the WiX version to 5.0.1 #328
  • Loading branch information
kaorut committed Aug 31, 2024
2 parents b9e1a9b + e043e42 commit feb988a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-visualcpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ jobs:
- name: Install WiX
shell: cmd
run: |
dotnet tool install --global wix --version 5.0.0
dotnet tool install --global wix --version 5.0.1
wix extension add --global WixToolset.UI.wixext
- name: Checkout
Expand Down Expand Up @@ -428,7 +428,7 @@ jobs:
- name: Install WiX
shell: cmd
run: |
dotnet tool install --global wix --version 5.0.0
dotnet tool install --global wix --version 5.0.1
wix extension add --global WixToolset.UI.wixext
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ How to Build and Install
- [Boost C++ libraries 1.84.0](https://www.boost.org/)
- [Doxygen 1.11.0](https://www.doxygen.nl/)
- [Graphviz](https://www.graphviz.org/)
- [WiX toolset 5.0.0](https://wixtoolset.org/)
- [WiX toolset 5.0.1](https://wixtoolset.org/)
- [Python 3.9](https://www.python.org/) or
[Python 3.10](https://www.python.org/)
- [mypy](http://www.mypy-lang.org/)
Expand Down

0 comments on commit feb988a

Please sign in to comment.