ci: Fix packaging step on Windows

WiX doesn't seem to be on the path any longer, so it must be added
manually as a temoprary workaround.
This commit is contained in:
Martin Robinson 2024-03-07 08:11:06 +01:00
parent ea38d8ad6f
commit d076b118c4

View file

@ -78,6 +78,11 @@ jobs:
python mach fetch
python mach bootstrap-gstreamer
cargo install --path support/crown
# For some reason WiX isn't currently on the GitHub runner path. This is a
# temporary workaround until that is fixed.
- name: Add WiX to Path
run: |
"$env:WIX\bin" >> $env:GITHUB_PATH
- name: Build (${{ inputs.profile }})
run: |
python mach build --${{ inputs.profile }}