mirror of
https://github.com/cryptomator/cryptomator.git
synced 2024-11-26 21:40:29 +00:00
use latest WiX version
fixes CVE-2024-29187 and CVE-2024-29188
This commit is contained in:
parent
17f519e01c
commit
de4fa8c7b0
3
.github/workflows/win-exe.yml
vendored
3
.github/workflows/win-exe.yml
vendored
@ -40,6 +40,9 @@ jobs:
|
||||
LOOPBACK_ALIAS: 'cryptomator-vault'
|
||||
WIN_CONSOLE_FLAG: ''
|
||||
steps:
|
||||
- name: Upgrade WIX to latest version
|
||||
run: choco install wixtoolset --version 3.14.1
|
||||
shell: pwsh
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v4
|
||||
|
Loading…
Reference in New Issue
Block a user