1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Retry choco install

by using a wrapper provided by GitHub Actions
https://github.com/actions/virtual-environments/pull/721

to address failures like
https://github.com/ruby/ruby/runs/2551980671
This commit is contained in:
Takashi Kokubun 2021-05-10 21:13:06 -07:00
parent bb54361057
commit 4ee72f4afd
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -35,7 +35,7 @@ jobs:
${{ runner.os }}-chocolatey-
- name: Install libraries with chocolatey
run: |
choco install --no-progress openssl winflexbison3
Choco-Install -PackageName openssl winflexbison3
- name: git config
run: |
git config --global core.autocrlf false