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

Roughly retry brew update on GitHub Actions

because it has failed often on Travis.
This commit is contained in:
Takashi Kokubun 2019-08-12 17:44:02 +09:00
parent d5250808e1
commit 5ee11a95ff
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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 .