We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8ba12 commit f4962b4Copy full SHA for f4962b4
.github/workflows/ci.yml
@@ -237,7 +237,7 @@ jobs:
237
- name: Reinstall libpg
238
if: ${{ matrix.ruby < '2.4' && contains(matrix.gemfile, 'postgresql') }}
239
# version located via https://pkgs.org/search/?q=libpq5 and the Ubuntu 20.04 LTS package list
240
- run: sudo apt-get update && sudo apt-get install -y --allow-downgrades libpq5=12.* && sudo apt-get install -y --allow-downgrades libpq-dev
+ run: sudo apt-get update && sudo apt-get install -y --allow-downgrades libpq5=12.22-0ubuntu0.20.04.1 && sudo apt-get install -y --allow-downgrades libpq-dev
241
- uses: ruby/setup-ruby@v1
242
env:
243
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
0 commit comments