Skip to content

Commit 113d5e3

Browse files
committed
Testing
1 parent 4503e41 commit 113d5e3

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.22-0ubuntu0.20.04.1 && sudo apt-get install -y --allow-downgrades libpq-dev
240+
run: sudo apt-get update && sudo apt-get install -y --allow-downgrades libpq5 && 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)