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 03a5320 commit 734d6e3Copy full SHA for 734d6e3
.github/workflows/cmake.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Install
47
shell: bash
48
working-directory: ${{github.workspace}}/build
49
- run: cmake --install . --config ${BUILD_TYPE}
+ run: sudo cmake --install . --config ${BUILD_TYPE}
50
51
- name: Test
52
0 commit comments