Skip to content

Commit 9fad8fc

Browse files
committed
Updated pgvector on CI [skip ci]
1 parent 7caa9b5 commit 9fad8fc

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
@@ -14,7 +14,7 @@ jobs:
1414
- run: |
1515
sudo apt-get update && sudo apt-get install postgresql-server-dev-13
1616
cd /tmp
17-
git clone --branch v0.1.6 https://github.com/ankane/pgvector.git
17+
git clone --branch v0.1.7 https://github.com/ankane/pgvector.git
1818
cd pgvector
1919
make
2020
sudo make install

0 commit comments

Comments
 (0)