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 96a2d0b commit dc75270Copy full SHA for dc75270
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
cd libpqxx
22
cmake .
23
cmake --build .
24
- cmake --install .
+ sudo cmake --install .
25
26
- run: cmake -S . -B build -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=17
27
- run: cmake --build build
0 commit comments