Skip to content

Commit c428dcd

Browse files
committed
Debug
1 parent ed43ed5 commit c428dcd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ jobs:
1616
make
1717
sudo make install
1818
19-
- run: sudo apt-get install libpqxx-dev
19+
- run: |
20+
git clone --branch 7.10.0 https://github.com/jtv/libpqxx.git
21+
cd libpqxx
22+
cmake --build .
23+
cmake --install .
2024
2125
- run: cmake -S . -B build -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=17
2226
- run: cmake --build build

0 commit comments

Comments
 (0)