Skip to content

Commit 2a7e058

Browse files
committed
Updated pgvector on CI
1 parent 11e3e61 commit 2a7e058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
database: pgvector_cpp_test
1111
- run: |
1212
cd /tmp
13-
git clone --branch v0.4.1 https://github.com/pgvector/pgvector.git
13+
git clone --branch v0.5.0 https://github.com/pgvector/pgvector.git
1414
cd pgvector
1515
make
1616
sudo make install

0 commit comments

Comments
 (0)