mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +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
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
choco install jom --yes
|
||||
@@ -167,7 +167,7 @@ jobs:
|
||||
- name: Install InstallBuilder
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
choco install jom --yes
|
||||
|
||||
Reference in New Issue
Block a user