We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38173ed commit 7682bb8Copy full SHA for 7682bb8
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
dev-files: true
20
- run: |
21
cd /tmp
22
- git clone --branch v0.4.1 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.4.4 https://github.com/pgvector/pgvector.git
23
cd pgvector
24
make
25
sudo make install
0 commit comments