We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9d5b6 commit eff4306Copy full SHA for eff4306
.github/workflows/build.yml
@@ -11,12 +11,12 @@ jobs:
11
dev-files: true
12
- run: |
13
cd /tmp
14
- git clone --branch v0.7.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.7.3 https://github.com/pgvector/pgvector.git
15
cd pgvector
16
make
17
sudo make install
18
19
- git clone --branch 7.9.0 https://github.com/jtv/libpqxx.git
+ git clone --branch 7.9.2 https://github.com/jtv/libpqxx.git
20
cd libpqxx
21
CXXFLAGS=-std=c++17 ./configure
22
0 commit comments