mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
ea38d8ad6f
commit
d076b118c4
1 changed files with 5 additions and 0 deletions
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue