summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2021-06-29 10:13:12 -0700
committerJeremy Evans <code@jeremyevans.net>2021-07-01 14:47:31 -0700
commite8933fda0c54e1708cf4049dfee2230ffac15271 (patch)
tree2ceb618faef59c6c92516b820ecff44c6bf5ba0b /.github/workflows/macos.yml
parentf6539202c52a051a4e6946a318a1d9cd29002990 (diff)
Remove gdbm/dbm related code from CI
The related extensions have been removed.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4619
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 9e021859ef..b69b0fbe25 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -22,7 +22,7 @@ jobs:
- name: Install libraries
run: |
brew upgrade
- brew install gdbm gmp libffi openssl@1.1 zlib autoconf automake libtool readline
+ brew install gmp libffi openssl@1.1 zlib autoconf automake libtool readline
working-directory: src
- name: Set ENV
run: |