зеркало из https://github.com/github/ruby.git
Roughly retry `brew update` on GitHub Actions
because it has failed often on Travis.
This commit is contained in:
Родитель
d5250808e1
Коммит
5ee11a95ff
|
@ -19,7 +19,7 @@ jobs:
|
|||
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
|
||||
- name: Install libraries
|
||||
run: |
|
||||
brew update
|
||||
timeout 300 brew update || timeout 300 brew update || timeout 300 brew update
|
||||
brew install gdbm gmp libffi openssl@1.1 zlib ccache autoconf automake libtool readline
|
||||
- name: Checkout # not using actions/checkout because it's unstable.
|
||||
run: git clone --depth=50 https://github.com/ruby/ruby .
|
||||
|
|
Загрузка…
Ссылка в новой задаче