Skip to content

Commit 56bbb4a

Browse files
committed
Updated pgvector to 0.3.1 on CI
1 parent b9850a2 commit 56bbb4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
13-
git clone --branch v0.3.0 https://github.com/pgvector/pgvector.git
13+
git clone --branch v0.3.1 https://github.com/pgvector/pgvector.git
1414
cd pgvector
1515
make
1616
sudo make install

0 commit comments

Comments
 (0)