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

Use brew upgrade instead of brew update

This commit is contained in:
Kazuhiro NISHIYAMA 2020-02-20 00:13:44 +09:00
parent c4794ed73a
commit 57c26231dd
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -36,7 +36,7 @@ jobs:
run: |
export WAITS='5 60'
cd src
tool/travis_retry.sh brew update
tool/travis_retry.sh brew upgrade
tool/travis_retry.sh brew install gdbm gmp libffi openssl@1.1 zlib autoconf automake libtool readline
- name: Set ENV
run: |