Skip to content

Commit 366f027

Browse files
committed
update github actions CI script
1 parent b09e7e9 commit 366f027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
working-directory: ${{github.workspace}}/build
5050
shell: bash
5151
# Execute the build. You can specify a specific target with "--target <NAME>"
52-
run: cmake --build . --config $BUILD_TYPE --target install
52+
run: sudo cmake --build . --config $BUILD_TYPE --target install

0 commit comments

Comments
 (0)