aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2021-05-25 17:54:30 -0400
committerJosh Matthews <josh@joshmatthews.net>2021-05-25 17:54:30 -0400
commite8e31e8011c2e10b79a77c14fa83a6ac57ad2a1c (patch)
tree863b83f79de2b577fa6951ad08962c51ee57e742
parentb61f9925925efee37b498f7131d238b414871852 (diff)
downloadservo-e8e31e8011c2e10b79a77c14fa83a6ac57ad2a1c.tar.gz
servo-e8e31e8011c2e10b79a77c14fa83a6ac57ad2a1c.zip
Download wix binaries for packaging.
-rw-r--r--.github/workflows/nightly.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index ac22fb3f62a..ea9aec313b6 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -73,6 +73,16 @@ jobs:
fetch-depth: 2
- name: Copy to C drive
run: cp D:\a C:\ -Recurse
+ - uses: engineerd/configurator@v0.0.6
+ with:
+ name: "candle.exe"
+ url: "https://github.com/wixtoolset/wix3/releases/download/wix3111rtm/wix311-binaries.zip"
+ pathInArchive: "candle.exe"
+ - uses: engineerd/configurator@v0.0.6
+ with:
+ name: "light.exe"
+ url: "https://github.com/wixtoolset/wix3/releases/download/wix3111rtm/wix311-binaries.zip"
+ pathInArchive: "light.exe"
- name: Bootstrap
working-directory: "C:\\a\\servo\\servo"
run: |