Skip to content

Commit 11bea88

Browse files
committed
Specify the WiX extension with its version #345
1 parent 8130359 commit 11bea88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-visualcpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356
shell: cmd
357357
run: |
358358
dotnet tool install --global wix --version 5.0.1
359-
wix extension add --global WixToolset.UI.wixext
359+
wix extension add --global WixToolset.UI.wixext/5.0.1
360360
361361
- name: Checkout
362362
uses: actions/checkout@v4

0 commit comments

Comments
 (0)