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:
parent
d5250808e1
commit
5ee11a95ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue