fix: update wix toolset

This commit is contained in:
Jakub Panek 2024-04-17 19:50:43 +02:00 committed by GitHub
parent 659e4ce870
commit 38a6961987
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
run: cargo build --frozen --profile release-lto
- name: Install WiX
run: nuget install WiX -Version 3.11.2
run: nuget install WiX -Version 3.14.1
- name: Crate msi installer
run: |