unlike Travis, it seems not used.
This commit is contained in:
Takashi Kokubun 2019-08-12 17:46:11 +09:00
Родитель 5ee11a95ff
Коммит 927a43a503
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 6FFC433B12EE23DD
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/macos.yml поставляемый
Просмотреть файл

@ -20,7 +20,7 @@ jobs:
- name: Install libraries
run: |
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
brew install gdbm gmp libffi openssl@1.1 zlib autoconf automake libtool readline
- name: Checkout # not using actions/checkout because it's unstable.
run: git clone --depth=50 https://github.com/ruby/ruby .
- name: Set ENV