Skip to content

Commit 2de096a

Browse files
committed
Fixed CI
1 parent c6bdc8d commit 2de096a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
make
2222
sudo make install
2323
sudo ldconfig
24-
- run: g++ -std=c++17 -lpqxx -lpq -o test/pqxx test/pqxx_test.cpp
24+
- run: g++ -std=c++17 -o test/pqxx test/pqxx_test.cpp -lpqxx -lpq
2525
- run: test/pqxx

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ To get started with development:
7272
git clone https://github.com/ankane/pgvector-cpp.git
7373
cd pgvector-cpp
7474
createdb pgvector_cpp_test
75-
g++ -std=c++17 -lpqxx -lpq -o test/pqxx test/pqxx_test.cpp
75+
g++ -std=c++17 -o test/pqxx test/pqxx_test.cpp -lpqxx -lpq
7676
test/pqxx
7777
```

0 commit comments

Comments
 (0)