1 parent b09e7e9 commit 366f027Copy full SHA for 366f027
1 file changed
.github/workflows/cmake.yml
@@ -49,4 +49,4 @@ jobs:
49
working-directory: ${{github.workspace}}/build
50
shell: bash
51
# Execute the build. You can specify a specific target with "--target <NAME>"
52
- run: cmake --build . --config $BUILD_TYPE --target install
+ run: sudo cmake --build . --config $BUILD_TYPE --target install
0 commit comments