Skip to content

Commit d2fcedd

Browse files
committed
ci: specify version for WixToolset.UI.wixext extension in build workflow
1 parent a97043d commit d2fcedd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ jobs:
381381
shell: pwsh
382382
run: |
383383
dotnet tool install --global wix --version 4.*
384-
wix extension add -g WixToolset.UI.wixext
384+
wix extension add -g WixToolset.UI.wixext/4.0.5
385385
386386
- name: Install Python dependencies (with [exe] extra)
387387
shell: pwsh

0 commit comments

Comments
 (0)