mirror of https://github.com/containers/podman.git
[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 <acui@redhat.com>
This commit is contained in:
parent
60e0ef3e0d
commit
713c026b4d
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue