use newer wix in CI (#30378)

* Install wixtoolset via chocolatey

* choco install wixtoolset in CI

* Update windows.yml
This commit is contained in:
Samson 2023-09-17 08:58:59 +02:00 committed by GitHub
parent 4804bab118
commit df8cd1a7c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View file

@ -53,14 +53,12 @@ jobs:
with:
ref: refs/pull/${{ github.event.issue.number }}/head
fetch-depth: 2
- name: wix311-binaries
shell: powershell
run: |
Start-BitsTransfer -Source https://github.com/wixtoolset/wix3/releases/download/wix3111rtm/wix311-binaries.zip -Destination C:\\wix311-binaries.zip
Expand-Archive C:\\wix311-binaries.zip -DestinationPath C:\\wix
echo "C:\\wix" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
- name: Install wixtoolset
run: |
choco install wixtoolset
echo "C:\\Program Files (x86)\\WiX Toolset v3.11\\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Bootstrap
run: |
python -m pip install --upgrade pip virtualenv