We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15b603 commit c6bdc8dCopy full SHA for c6bdc8d
.github/workflows/build.yml
@@ -20,5 +20,6 @@ jobs:
20
./configure --enable-shared
21
make
22
sudo make install
23
+ sudo ldconfig
24
- run: g++ -std=c++17 -lpqxx -lpq -o test/pqxx test/pqxx_test.cpp
25
- run: test/pqxx
0 commit comments