Skip to content

Commit

Permalink
[CI:DOCS] Fix windows installer action
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ashley-cui committed Apr 17, 2024
1 parent 60e0ef3 commit 713c026
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/upload-win-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 713c026

Please sign in to comment.