Skip to content

Commit

Permalink
[CI:DOCS] Installer: use latest wix in windows installer
Browse files Browse the repository at this point in the history
Replace choco with dotnet for wix installation as choco doesn't have
anything newer than v3.14.

Ref: https://community.chocolatey.org/packages/wixtoolset

Resolves: RUN-2055

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
  • Loading branch information
lsm5 committed Apr 17, 2024
1 parent 60e0ef3 commit 79506f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-win-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
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
run: dotnet tool install --global wix
- name: Determine version
id: getversion
run: |
Expand Down

0 comments on commit 79506f9

Please sign in to comment.