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 0a4143b commit 52d70b0Copy full SHA for 52d70b0
.github/workflows/app-tests.yaml
@@ -27,6 +27,9 @@ jobs:
27
if: matrix.os == 'windows-latest'
28
shell: cmd
29
run: .github\workflows\install-pgvector.bat
30
+ - name: Install PostgreSQL development libraries
31
+ if: matrix.os == 'ubuntu-latest'
32
+ run: sudo apt install postgresql-server-dev-16
33
- name: Install pgvector on MacOS/Linux using install-pgvector.sh
34
if: matrix.os != 'windows-latest'
35
run: .github/workflows/install-pgvector.sh
0 commit comments