From c14973dc31bccbb4006a0af01b7a579f91a06923 Mon Sep 17 00:00:00 2001 From: Lee Smet Date: Mon, 9 Feb 2026 13:45:52 +0100 Subject: [PATCH] Pin wix versions in msi release flow Signed-off-by: Lee Smet --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 40597bc..bbf3a3e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -96,10 +96,10 @@ jobs: uses: actions/setup-dotnet@v4.0.0 - name: Install WiX Toolset - run: dotnet tool install --global wix + run: dotnet tool install --global wix --version 6.0.2 - name: Add WixToolset.UI.wixext extension - run: wix extension add WixToolset.UI.wixext + run: wix extension add WixToolset.UI.wixext/6.0.2 - name: Download Wintun zip file run: curl -o wintun.zip https://www.wintun.net/builds/wintun-0.14.1.zip