Skip to content

Commit

Permalink
ci: pin wix extension version
Browse files Browse the repository at this point in the history
There is a wix bug that causes the latest version of an extension to be
installed with `wix extension add`, even if the latest version is a
pre-release (such as 5.0.0-rc.2).

This attempts to pin the exension version to match the installed wix
version.
  • Loading branch information
jpgrayson committed Apr 5, 2024
1 parent 882ef17 commit fc963b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
dotnet tool install --global wix --version 4.0.5
- name: Install Wix UI Extension
run: |
wix extension add -g WixToolset.UI.wixext
wix extension add -g WixToolset.UI.wixext/4.0.5
- name: Build MSI Installer
shell: msys2 {0}
run: |
Expand Down

0 comments on commit fc963b5

Please sign in to comment.