chore: install wixl instead of msitools (#1060)

This commit is contained in:
James Read 2026-06-29 00:18:08 +00:00 committed by GitHub
commit ad2d32b046
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -114,9 +114,9 @@ jobs:
integration-tests integration-tests
!integration-tests/node_modules !integration-tests/node_modules
- name: Install msitools - name: Install wixl
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false 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 - name: Install goreleaser
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false