From e8e31e8011c2e10b79a77c14fa83a6ac57ad2a1c Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 25 May 2021 17:54:30 -0400 Subject: [PATCH] Download wix binaries for packaging. --- .github/workflows/nightly.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: |