Skip to content

Commit a81abd9

Browse files
committed
Simplified CI
1 parent 2de096a commit a81abd9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
- run: |
1818
git clone --branch 7.6.0 https://github.com/jtv/libpqxx.git
1919
cd libpqxx
20-
./configure --enable-shared
20+
./configure
2121
make
2222
sudo make install
23-
sudo ldconfig
2423
- run: g++ -std=c++17 -o test/pqxx test/pqxx_test.cpp -lpqxx -lpq
2524
- run: test/pqxx

0 commit comments

Comments
 (0)