Skip to content

Commit 734d6e3

Browse files
committed
Fixed install fails
1 parent 03a5320 commit 734d6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install
4747
shell: bash
4848
working-directory: ${{github.workspace}}/build
49-
run: cmake --install . --config ${BUILD_TYPE}
49+
run: sudo cmake --install . --config ${BUILD_TYPE}
5050

5151
- name: Test
5252
shell: bash

0 commit comments

Comments
 (0)