Skip to content

Commit 7776989

Browse files
committed
ci/release: install wix
1 parent 42189e3 commit 7776989

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-package.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,12 @@ jobs:
272272

273273
- name: Set up MSVC developer environment
274274
uses: microsoft/setup-msbuild@v2
275+
276+
- name: Install WIX using .net tools
277+
run: |
278+
dotnet tool install --global wix --version 6.0.1
279+
wix extension add --global WixToolset.UI.wixext/6.0.1
280+
shell: pwsh
275281

276282
- name: Cache vcpkg installed packages
277283
id: cache-vcpkg

0 commit comments

Comments
 (0)