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 da110ff commit 8e465a8Copy full SHA for 8e465a8
.github/workflows/cmake.yml
@@ -43,11 +43,6 @@ jobs:
43
working-directory: ${{github.workspace}}/build
44
run: cmake --build . --config ${BUILD_TYPE} --parallel 2
45
46
- - name: Install
47
- shell: bash
48
- working-directory: ${{github.workspace}}/build
49
- run: sudo cmake --install . --config ${BUILD_TYPE}
50
-
51
- name: Test
52
shell: bash
53
0 commit comments