Skip to content

Commit af3e9b7

Browse files
committed
Stop installing in CI
1 parent 9e674d9 commit af3e9b7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,8 @@ jobs:
3030

3131
- name: Configure
3232
shell: bash
33-
run: cmake -S . -B build -DCMAKE_INSTALL_PREFIX=install ${{matrix.platform.flags}} ${{matrix.config.flags}}
33+
run: cmake -B build ${{matrix.platform.flags}} ${{matrix.config.flags}}
3434

3535
- name: Build
3636
shell: bash
3737
run: cmake --build build --config Release
38-
39-
- name: Install
40-
shell: bash
41-
run: cmake --install build --config Release

0 commit comments

Comments
 (0)