We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58096f1 commit c1a83d9Copy full SHA for c1a83d9
1 file changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
dev-files: true
16
- run: |
17
cd /tmp
18
- git clone --branch v0.7.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
19
cd pgvector
20
make
21
sudo make install
0 commit comments