aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check_dependencies.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check_dependencies.yml')
-rw-r--r--.github/workflows/check_dependencies.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml
index b5a3c67490..c878caddeb 100644
--- a/.github/workflows/check_dependencies.yml
+++ b/.github/workflows/check_dependencies.yml
@@ -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')"