Skip to content

Commit 52d70b0

Browse files
committed
Ubuntu workaround
1 parent 0a4143b commit 52d70b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/app-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
if: matrix.os == 'windows-latest'
2828
shell: cmd
2929
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
3033
- name: Install pgvector on MacOS/Linux using install-pgvector.sh
3134
if: matrix.os != 'windows-latest'
3235
run: .github/workflows/install-pgvector.sh

0 commit comments

Comments
 (0)