mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
[CI:DOCS] Force WiX 3.11
Since all 4.9 versions expect 3.11 of the wix toolset, upgrading to 3.14 breaks builds of all other 4.9 podmans. Keep the v4.9 branch on 3.11 so we can build any of the 4.9 versions. Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
parent
23b0ca8155
commit
3eda04622e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/upload-win-installer.yml
vendored
2
.github/workflows/upload-win-installer.yml
vendored
|
|
@ -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.14.0
|
||||
run: choco install wixtoolset --version=3.11.2
|
||||
- name: Determine version
|
||||
id: getversion
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ if ($args.Count -lt 1 -or $args[0].Length -lt 1) {
|
|||
}
|
||||
|
||||
# Pre-set to standard locations in-case build env does not refresh paths
|
||||
$Env:Path="$Env:Path;C:\Program Files (x86)\WiX Toolset v3.14\bin;C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin;;C:\Program Files\Go\bin"
|
||||
$Env:Path="$Env:Path;C:\Program Files (x86)\WiX Toolset v3.11\bin;C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin;;C:\Program Files\Go\bin"
|
||||
|
||||
CheckRequirements
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue