From 56da2ffb1be267f9d9506843c2e6c9bd2614f823 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Sun, 16 Feb 2025 00:25:19 +0100 Subject: [PATCH] Install the extensions in container --- .github/workflows/windows.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index fae4115..2bbf381 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -92,7 +92,9 @@ jobs: - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v2 - name: Install WiX - run: dotnet tool install --global wix + run: | + dotnet tool install --global wix + dotnet add package WixToolset.UI.wixext - name: Copy wix file to dist run: Copy-Item -Verbose resources/windows/syng.wxs work/install/dist/syng.wxs