Skip to content

Commit 8e465a8

Browse files
committed
Removed install step
1 parent da110ff commit 8e465a8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/cmake.yml

-5
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ jobs:
4343
working-directory: ${{github.workspace}}/build
4444
run: cmake --build . --config ${BUILD_TYPE} --parallel 2
4545

46-
- name: Install
47-
shell: bash
48-
working-directory: ${{github.workspace}}/build
49-
run: sudo cmake --install . --config ${BUILD_TYPE}
50-
5146
- name: Test
5247
shell: bash
5348
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)