Skip to content

Commit eff4306

Browse files
committed
Updated CI
1 parent 1e9d5b6 commit eff4306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
dev-files: true
1212
- run: |
1313
cd /tmp
14-
git clone --branch v0.7.0 https://github.com/pgvector/pgvector.git
14+
git clone --branch v0.7.3 https://github.com/pgvector/pgvector.git
1515
cd pgvector
1616
make
1717
sudo make install
1818
- run: |
19-
git clone --branch 7.9.0 https://github.com/jtv/libpqxx.git
19+
git clone --branch 7.9.2 https://github.com/jtv/libpqxx.git
2020
cd libpqxx
2121
CXXFLAGS=-std=c++17 ./configure
2222
make

0 commit comments

Comments
 (0)