mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
travis_retry.sh is not needed on GitHub Actions
At least check_dependencies.yml has not failed here yet.
This commit is contained in:
parent
3a888398a6
commit
fcdccbff01
1 changed files with 2 additions and 3 deletions
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
|
@ -25,9 +25,8 @@ jobs:
|
|||
path: src
|
||||
- name: Install libraries
|
||||
run: |
|
||||
export WAITS='5 60'
|
||||
tool/travis_retry.sh brew upgrade
|
||||
tool/travis_retry.sh brew install gdbm gmp libffi openssl@1.1 zlib autoconf automake libtool readline
|
||||
brew upgrade
|
||||
brew install gdbm gmp libffi openssl@1.1 zlib autoconf automake libtool readline
|
||||
working-directory: src
|
||||
- name: Set ENV
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue