1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-19 06:47:44 +00:00

This is actually two commands

This commit is contained in:
Joshua Goins 2024-04-23 15:54:14 -04:00
parent c7d4c72f46
commit aea4428497

View file

@ -46,7 +46,7 @@ jobs:
git clone https://invent.kde.org/frameworks/extra-cmake-modules.git
- name: Build and install ECM
run: >
run: |
cmake -B ${{ steps.strings.outputs.build-output-dir }}-ECM
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}