We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b696388 commit ad84004Copy full SHA for ad84004
1 file changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
database: pgvector_node_test
13
- run: |
14
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
15
- git clone --branch v0.3.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.3.1 https://github.com/pgvector/pgvector.git
16
cd pgvector
17
make
18
sudo make install
0 commit comments