Skip to content

Commit 4ee9d95

Browse files
committed
fix: explicitly install wix extensions in release workflow to resolve WIX0144
1 parent faf5b1c commit 4ee9d95

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
- name: Install WiX
2121
run: dotnet tool install --global wix
2222

23+
- name: Install WiX Extensions
24+
run: |
25+
wix extension add -g WixToolset.UI.wixext
26+
wix extension add -g WixToolset.Util.wixext
27+
2328
- name: Build Optimized Binary
2429
run: |
2530
$env:RUSTFLAGS="-C link-arg=/OPT:REF -C link-arg=/OPT:ICF"

0 commit comments

Comments
 (0)