Skip to content

Commit 3aceeb4

Browse files
committed
Switched to dev-files option on CI [skip ci]
1 parent fe5982c commit 3aceeb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ jobs:
88
- uses: ankane/setup-postgres@v1
99
with:
1010
database: pgvector_cpp_test
11+
dev-files: true
1112
- run: |
12-
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
13+
cd /tmp
1314
git clone --branch v0.4.0 https://github.com/pgvector/pgvector.git
1415
cd pgvector
1516
make

0 commit comments

Comments
 (0)