[CI:DOCS] Allow downgrade of WiX

choco requires special flag to downgrade package.

Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
Ashley Cui
2024-03-28 11:55:11 -04:00
parent 21582652f8
commit 9adad3a784

View File

@ -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.11.2
run: choco install wixtoolset --allow-downgrade --version=3.11.2
- name: Determine version
id: getversion
run: |