mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
[CI] Wait for the installbuilder installer to finish before continuing
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -103,7 +103,7 @@ jobs:
|
|||||||
- name: Install InstallBuilder
|
- name: Install InstallBuilder
|
||||||
run: |
|
run: |
|
||||||
curl.exe --output "$HOME\installbuilder.exe" -L --url https://installbuilder.com/installbuilder-qt-professional-20.4.0-windows-x64-installer.exe
|
curl.exe --output "$HOME\installbuilder.exe" -L --url https://installbuilder.com/installbuilder-qt-professional-20.4.0-windows-x64-installer.exe
|
||||||
&"$HOME\installbuilder.exe" --mode unattended --prefix "$HOME\installbuilder"
|
start -wait "$HOME\installbuilder.exe" @("--mode", "unattended", "--prefix", "$HOME\installbuilder")
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
choco install jom --yes
|
choco install jom --yes
|
||||||
@@ -167,7 +167,7 @@ jobs:
|
|||||||
- name: Install InstallBuilder
|
- name: Install InstallBuilder
|
||||||
run: |
|
run: |
|
||||||
curl.exe --output "$HOME\installbuilder.exe" -L --url https://installbuilder.com/installbuilder-qt-professional-20.4.0-windows-installer.exe
|
curl.exe --output "$HOME\installbuilder.exe" -L --url https://installbuilder.com/installbuilder-qt-professional-20.4.0-windows-installer.exe
|
||||||
&"$HOME\installbuilder.exe" --mode unattended --prefix "$HOME\installbuilder"
|
start -wait "$HOME\installbuilder.exe" @("--mode", "unattended", "--prefix", "$HOME\installbuilder")
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
choco install jom --yes
|
choco install jom --yes
|
||||||
|
|||||||
Reference in New Issue
Block a user