Skip to content

Commit dc75270

Browse files
committed
Debug
1 parent 96a2d0b commit dc75270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cd libpqxx
2222
cmake .
2323
cmake --build .
24-
cmake --install .
24+
sudo cmake --install .
2525
2626
- run: cmake -S . -B build -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=17
2727
- run: cmake --build build

0 commit comments

Comments
 (0)