Roughly retry brew update
as it failed randomly https://github.com/ruby/ruby/runs/196712109
This commit is contained in:
parent
39a43d9cd0
commit
6c2aa8689a
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
|
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
|
||||||
- name: Install libraries
|
- name: Install libraries
|
||||||
run: |
|
run: |
|
||||||
brew update
|
brew update || (sleep 5; brew update) || (sleep 60; brew update)
|
||||||
brew install gdbm gmp libffi openssl@1.1 zlib autoconf automake libtool readline
|
brew install gdbm gmp libffi openssl@1.1 zlib autoconf automake libtool readline
|
||||||
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
||||||
- name: Checkout ruby/ruby
|
- name: Checkout ruby/ruby
|
||||||
|
Loading…
x
Reference in New Issue
Block a user