mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Download wix binaries for packaging.
This commit is contained in:
parent
b61f992592
commit
e8e31e8011
1 changed files with 10 additions and 0 deletions
10
.github/workflows/nightly.yml
vendored
10
.github/workflows/nightly.yml
vendored
|
@ -73,6 +73,16 @@ jobs:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
- name: Copy to C drive
|
- name: Copy to C drive
|
||||||
run: cp D:\a C:\ -Recurse
|
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
|
- name: Bootstrap
|
||||||
working-directory: "C:\\a\\servo\\servo"
|
working-directory: "C:\\a\\servo\\servo"
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue