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 2fd13b5 commit aba7116Copy full SHA for aba7116
.github/workflows/app-tests.yaml
@@ -31,7 +31,7 @@ jobs:
31
if: matrix.os == 'ubuntu-latest'
32
run: |
33
sudo apt update
34
- sudo apt install postgresql-server-dev-16
+ sudo apt install postgresql-server-dev-14
35
- name: Install pgvector on MacOS/Linux using install-pgvector.sh
36
if: matrix.os != 'windows-latest'
37
run: .github/workflows/install-pgvector.sh
0 commit comments