From b5b221a5c7773102006ef39a26d449d0a06e9268 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 29 Apr 2025 11:15:13 +0200 Subject: [PATCH] remove manual wix installation from ci --- .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 e42c8486b..ed525a7f6 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