From 33d12db622e43bc612a48e3863734721b6966096 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Sun, 16 Feb 2025 12:35:18 +0100 Subject: [PATCH] Explicitly set wix version --- .github/workflows/windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 074368f..8aa8a49 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -94,7 +94,7 @@ jobs: - name: Install WiX run: | 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 run: Copy-Item -Verbose resources/windows/syng.wxs work/install/dist/syng.wxs