Skip to content

Commit

Permalink
Update ci-run-test-extensions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SunBeau authored Apr 28, 2024
1 parent b2423f8 commit b57f885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-run-test-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
sudo curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc
sudo sh -c 'echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
sudo apt-get update
sudo apt-get install -y install postgresql-15 libpq-dev
sudo apt-get install -y postgresql-15 libpq-dev
- name: Start database
run: |
Expand Down

0 comments on commit b57f885

Please sign in to comment.