From 5c650b04423d91db6dc31c872164b18a278f3702 Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 29 Jun 2026 01:12:09 +0100 Subject: [PATCH] chore: install wixl instead of msitools --- .github/workflows/build-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 8bd9439..57c3ada 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -114,9 +114,9 @@ jobs: integration-tests !integration-tests/node_modules - - name: Install msitools + - name: Install wixl if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false - run: sudo apt-get update && sudo apt-get install -y msitools + run: sudo apt-get update && sudo apt-get install -y wixl - name: Install goreleaser if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false