We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f461eb6 commit fb7e775Copy full SHA for fb7e775
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
database: pgvector_cpp_test
11
- run: |
12
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
13
- git clone --branch v0.2.4 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.2.7 https://github.com/pgvector/pgvector.git
14
cd pgvector
15
make
16
sudo make install
0 commit comments