From 713c026b4de8a5eb714600ec3fe848682bed4a5a Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Wed, 17 Apr 2024 15:33:31 -0400 Subject: [PATCH] [CI:DOCS] Fix windows installer action We temporarily installed wixtoolset using chocolatey, when 3.14 wasn't in GHA yet. Now it's there by default, so remove the install. This prevents the downgrade error. Note: If we change the minir version of WiX that we use, then we may need to install wix again. But for now, removing this step will allow us to use the latest 3.14 patch. Signed-off-by: Ashley Cui --- .github/workflows/upload-win-installer.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/upload-win-installer.yml b/.github/workflows/upload-win-installer.yml index f824b07ac5..d27f0e6542 100644 --- a/.github/workflows/upload-win-installer.yml +++ b/.github/workflows/upload-win-installer.yml @@ -40,8 +40,6 @@ jobs: - name: Dry Run Status run: | Write-Output "::notice::This workflow execution will be a dry-run: ${{ steps.actual_dryrun.outputs.dryrun }}" - - name: Install Wix - run: choco install wixtoolset --version=3.14.0 - name: Determine version id: getversion run: |