Skip to content

Commit

Permalink
Attempt to fix old ruby pg segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Aug 14, 2024
1 parent d0199ff commit 2b3572a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Reinstall libpg
if: ${{ matrix.ruby <= '2.4' }}
run: sudo apt-get update && sudo apt-get install -y libpq5=15.8-0 libpq-dev
- uses: ruby/setup-ruby@v1
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
Expand Down

0 comments on commit 2b3572a

Please sign in to comment.