[CI:DOCS] Fix windows installer action

For some reason, the Windows image now doesn't have wix installed by default. Make sure to install it.

Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
Ashley Cui
2024-03-06 10:33:03 -05:00
parent 35a8b03267
commit ff81cf7c74

View File

@ -40,6 +40,8 @@ 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: |