mirror of
https://github.com/PDB-REDO/dssp.git
synced 2026-06-04 13:44:21 +08:00
specify config, will hopefully install libcifpp in windows
This commit is contained in:
4
.github/workflows/cmake-multi-platform.yml
vendored
4
.github/workflows/cmake-multi-platform.yml
vendored
@@ -69,10 +69,10 @@ jobs:
|
||||
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local
|
||||
|
||||
- name: Build libcifpp
|
||||
run: cmake --build ${{github.workspace}}/libcifpp/build
|
||||
run: cmake --build ${{github.workspace}}/libcifpp/build --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Install libcifpp
|
||||
run: cmake --install ${{github.workspace}}/libcifpp/build
|
||||
run: cmake --install ${{github.workspace}}/libcifpp/build --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Configure CMake
|
||||
run: >
|
||||
|
||||
Reference in New Issue
Block a user