We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e3e61 commit 2a7e058Copy full SHA for 2a7e058
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
database: pgvector_cpp_test
11
- run: |
12
cd /tmp
13
- git clone --branch v0.4.1 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.5.0 https://github.com/pgvector/pgvector.git
14
cd pgvector
15
make
16
sudo make install
0 commit comments