Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Aug 2, 2024
1 parent 1e9d5b6 commit eff4306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
dev-files: true
- run: |
cd /tmp
git clone --branch v0.7.0 https://github.com/pgvector/pgvector.git
git clone --branch v0.7.3 https://github.com/pgvector/pgvector.git
cd pgvector
make
sudo make install
- run: |
git clone --branch 7.9.0 https://github.com/jtv/libpqxx.git
git clone --branch 7.9.2 https://github.com/jtv/libpqxx.git
cd libpqxx
CXXFLAGS=-std=c++17 ./configure
make
Expand Down

0 comments on commit eff4306

Please sign in to comment.