зеркало из https://github.com/github/ruby.git
Split a Choco-Install command
In https://github.com/ruby/ruby/runs/2552065052, while it failed to
install winflexbison3, it exited the retry loop because openssl was
installed successfully.
a5ee51f72d/images/win/scripts/ImageHelpers/ChocoHelpers.ps1
This commit is contained in:
Родитель
e2ccc3301e
Коммит
7c346e1072
|
@ -35,7 +35,10 @@ jobs:
|
||||||
${{ runner.os }}-chocolatey-
|
${{ runner.os }}-chocolatey-
|
||||||
- name: Install libraries with chocolatey
|
- name: Install libraries with chocolatey
|
||||||
run: |
|
run: |
|
||||||
Choco-Install -PackageName openssl winflexbison3
|
# Using Choco-Install for retries, but it doesn't detect failures properly
|
||||||
|
# if you pass multiple package names in a single command.
|
||||||
|
Choco-Install -PackageName openssl
|
||||||
|
Choco-Install -PackageName winflexbison3
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
- name: git config
|
- name: git config
|
||||||
run: |
|
run: |
|
||||||
|
|
Загрузка…
Ссылка в новой задаче