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

Revert "Roughly retry brew update on GitHub Actions"

This reverts commit 5ee11a95ff.

Sorry, timeout(1) was missing.
This commit is contained in:
Takashi Kokubun 2019-08-12 17:55:57 +09:00
parent 927a43a503
commit 5edf921e9b
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: |
timeout 300 brew update || timeout 300 brew update || timeout 300 brew update
brew update
brew install gdbm gmp libffi openssl@1.1 zlib autoconf automake libtool readline
- name: Checkout # not using actions/checkout because it's unstable.
run: git clone --depth=50 https://github.com/ruby/ruby .