We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea578a commit 9456125Copy full SHA for 9456125
1 file changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
dev-files: true
23
- run: |
24
cd /tmp
25
- git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
26
cd pgvector
27
make
28
sudo make install
0 commit comments