From 6db66b148890542036cd755108699882368ac895 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Sun, 16 Feb 2025 12:51:09 +0100 Subject: [PATCH] Install wix extension globally --- .github/workflows/windows.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 4f368a4..227eaa8 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -93,8 +93,8 @@ jobs: uses: microsoft/setup-msbuild@v2 - name: Install WiX run: | - dotnet tool install --global wix - wix extension add WixToolset.UI.wixext/5.0.2 + dotnet tool install --global wix --version 5.0.2 + wix extension add -g 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