Skip to content

Commit c6bdc8d

Browse files
committed
Fixed CI
1 parent a15b603 commit c6bdc8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ jobs:
2020
./configure --enable-shared
2121
make
2222
sudo make install
23+
sudo ldconfig
2324
- run: g++ -std=c++17 -lpqxx -lpq -o test/pqxx test/pqxx_test.cpp
2425
- run: test/pqxx

0 commit comments

Comments
 (0)