mirror of
https://github.com/containers/podman.git
synced 2025-10-13 09:15:20 +08:00
[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:
2
.github/workflows/upload-win-installer.yml
vendored
2
.github/workflows/upload-win-installer.yml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user