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:
parent
c4794ed73a
commit
57c26231dd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export WAITS='5 60'
|
export WAITS='5 60'
|
||||||
cd src
|
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
|
tool/travis_retry.sh brew install gdbm gmp libffi openssl@1.1 zlib autoconf automake libtool readline
|
||||||
- name: Set ENV
|
- name: Set ENV
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue