mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 14:47:46 +00:00
This is actually two commands
This commit is contained in:
parent
c7d4c72f46
commit
aea4428497
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
git clone https://invent.kde.org/frameworks/extra-cmake-modules.git
|
git clone https://invent.kde.org/frameworks/extra-cmake-modules.git
|
||||||
|
|
||||||
- name: Build and install ECM
|
- name: Build and install ECM
|
||||||
run: >
|
run: |
|
||||||
cmake -B ${{ steps.strings.outputs.build-output-dir }}-ECM
|
cmake -B ${{ steps.strings.outputs.build-output-dir }}-ECM
|
||||||
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
|
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
|
||||||
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
|
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue