Explicitly set wix version

This commit is contained in:
Christoph Stahl 2025-02-16 12:35:18 +01:00
parent ebc8dd18f5
commit 33d12db622

View file

@ -94,7 +94,7 @@ jobs:
- name: Install WiX - name: Install WiX
run: | run: |
dotnet tool install --global wix dotnet tool install --global wix
wix extension add WixToolset.UI.wixext wix extension add WixToolset.UI.wixext/5.0.2
- name: Copy wix file to dist - name: Copy wix file to dist
run: run:
Copy-Item -Verbose resources/windows/syng.wxs work/install/dist/syng.wxs Copy-Item -Verbose resources/windows/syng.wxs work/install/dist/syng.wxs