From fdb4a2fb5c419844dbd753db2d289e078509fe81 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 7 May 2025 12:17:43 +0200 Subject: [PATCH] remove wix version pinning --- .github/workflows/win-exe.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index ab6961dff..0906d156c 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -40,9 +40,6 @@ 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