We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fb52a commit c2b253eCopy full SHA for c2b253e
1 file changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
- run: |
16
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
17
cd /tmp
18
- git clone --branch v0.3.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.3.1 https://github.com/pgvector/pgvector.git
19
cd pgvector
20
make
21
sudo make install
0 commit comments