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

Removed unused environment variable

This commit is contained in:
Nobuyoshi Nakada 2020-10-27 14:42:24 +09:00
parent 135d369096
commit acdb893338
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -17,7 +17,6 @@ jobs:
if: "contains(matrix.os, 'ubuntu')"
- name: Install libraries
run: |
export WAITS='5 60'
brew upgrade
brew install gdbm gmp libffi openssl@1.1 zlib autoconf automake libtool readline
if: "contains(matrix.os, 'macos')"