downgrade postgres server pkg to 16

This commit is contained in:
sabaimran
2025-01-20 00:15:56 -08:00
parent 95ad1f936e
commit bf58d9430b

View File

@@ -67,7 +67,7 @@ jobs:
env: env:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
run : | run : |
apt install -y postgresql postgresql-client && apt install -y postgresql-server-dev-17 apt install -y postgresql postgresql-client && apt install -y postgresql-server-dev-16
- name: ⬇️ Install pip - name: ⬇️ Install pip
run: | run: |