mirror of https://github.com/containers/podman.git
Merge pull request #22415 from ashley-cui/gha
[CI:DOCS] Fix windows installer action
This commit is contained in:
commit
34115231a7
|
@ -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