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