aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2024-03-07 08:11:06 +0100
committerMartin Robinson <mrobinson@igalia.com>2024-03-07 11:07:54 +0100
commitd076b118c4cab419716ef63591bb3de173facab5 (patch)
treed62d1a7e4f3eeba09c9c836dda2b2ea9b0047b40 /.github
parentea38d8ad6f3ef2ac93536caa21908562549d30a7 (diff)
downloadservo-d076b118c4cab419716ef63591bb3de173facab5.tar.gz
servo-d076b118c4cab419716ef63591bb3de173facab5.zip
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 50c351d91d0..4d203980f27 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -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 }}