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:
parent
135d369096
commit
acdb893338
1 changed files with 0 additions and 1 deletions
1
.github/workflows/check_dependencies.yml
vendored
1
.github/workflows/check_dependencies.yml
vendored
|
@ -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')"
|
||||
|
|
Loading…
Reference in a new issue