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