mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Hmm, try this
This commit is contained in:
parent
9084de1a52
commit
48fb9a5175
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cmake-multi-platform.yml
vendored
4
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
- name: Build and install Extra CMake Modules
|
||||
run: |
|
||||
cmake -B ${{ steps.strings.outputs.build-output-dir }}-ECM -DCMAKE_PREFIX_PATH=${{ steps.strings.outputs.prefix-dir }} -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -S extra-cmake-modules -DCMAKE_INSTALL_PREFIX=${{ steps.strings.outputs.prefix-dir }}
|
||||
cmake --install ${{ steps.strings.outputs.build-output-dir }}-ECM
|
||||
cmake --install
|
||||
|
||||
- name: Clone KCoreAddons
|
||||
run: |
|
||||
|
@ -64,7 +64,7 @@ jobs:
|
|||
- name: Build and install KCoreAddons
|
||||
run: |
|
||||
cmake -B ${{ steps.strings.outputs.build-output-dir }}-kca -DCMAKE_PREFIX_PATH=${{ steps.strings.outputs.prefix-dir }} -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -S kcoreaddons -DCMAKE_INSTALL_PREFIX=${{ steps.strings.outputs.prefix-dir }}
|
||||
cmake --install ${{ steps.strings.outputs.build-output-dir }}-kca
|
||||
cmake --install
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue