summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.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/ubuntu.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/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index d0d98497b8..97c99aa0e1 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -25,7 +25,7 @@ jobs:
run: |
set -x
sudo apt-get update -q || :
- sudo apt-get install --no-install-recommends -q -y build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm-dev bison autoconf ruby
+ sudo apt-get install --no-install-recommends -q -y build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev bison autoconf ruby
- name: git config
run: |
git config --global advice.detachedHead 0