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 913cdc0
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 --allow-downgrades libpq5=12.19-0ubuntu0.20.04.1 && sudo apt-get install -y --allow-downgrades libpq-dev
- uses: ruby/setup-ruby@v1
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
Expand Down

0 comments on commit 913cdc0

Please sign in to comment.