Skip to content

Commit fc963b5

Browse files
committed
ci: pin wix extension version
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.
1 parent 882ef17 commit fc963b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
dotnet tool install --global wix --version 4.0.5
251251
- name: Install Wix UI Extension
252252
run: |
253-
wix extension add -g WixToolset.UI.wixext
253+
wix extension add -g WixToolset.UI.wixext/4.0.5
254254
- name: Build MSI Installer
255255
shell: msys2 {0}
256256
run: |

0 commit comments

Comments
 (0)