We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de096a commit a81abd9Copy full SHA for a81abd9
1 file changed
.github/workflows/build.yml
@@ -17,9 +17,8 @@ jobs:
17
- run: |
18
git clone --branch 7.6.0 https://github.com/jtv/libpqxx.git
19
cd libpqxx
20
- ./configure --enable-shared
+ ./configure
21
make
22
sudo make install
23
- sudo ldconfig
24
- run: g++ -std=c++17 -o test/pqxx test/pqxx_test.cpp -lpqxx -lpq
25
- run: test/pqxx
0 commit comments