Skip to content

Commit f4962b4

Browse files
committed
I don't know
1 parent cf8ba12 commit f4962b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
- name: Reinstall libpg
238238
if: ${{ matrix.ruby < '2.4' && contains(matrix.gemfile, 'postgresql') }}
239239
# 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
240+
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
241241
- uses: ruby/setup-ruby@v1
242242
env:
243243
BUNDLE_GEMFILE: ${{ matrix.gemfile }}

0 commit comments

Comments
 (0)