From fc963b52a9d6b8a155540af298da7c5aa625f9e8 Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Thu, 4 Apr 2024 23:21:31 -0400 Subject: [PATCH] ci: pin wix extension version There is a wix bug that causes the latest version of an extension to be installed with `wix extension add`, even if the latest version is a pre-release (such as 5.0.0-rc.2). This attempts to pin the exension version to match the installed wix version. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea1f2b43..e9867745 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -250,7 +250,7 @@ jobs: dotnet tool install --global wix --version 4.0.5 - name: Install Wix UI Extension run: | - wix extension add -g WixToolset.UI.wixext + wix extension add -g WixToolset.UI.wixext/4.0.5 - name: Build MSI Installer shell: msys2 {0} run: |