We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c428dcd commit b2b52a6Copy full SHA for b2b52a6
.github/workflows/build.yml
@@ -19,6 +19,7 @@ jobs:
19
- run: |
20
git clone --branch 7.10.0 https://github.com/jtv/libpqxx.git
21
cd libpqxx
22
+ cmake .
23
cmake --build .
24
cmake --install .
25
0 commit comments