mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Fix this line once and for all?
This commit is contained in:
parent
3e61cd4e5c
commit
57104a559e
1 changed files with 1 additions and 5 deletions
6
.github/workflows/cmake-multi-platform.yml
vendored
6
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -47,11 +47,7 @@ jobs:
|
|||
|
||||
- name: Build and install ECM
|
||||
run: |
|
||||
cmake -B ${{ steps.strings.outputs.build-output-dir }}-ECM
|
||||
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
|
||||
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
|
||||
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
|
||||
-S extra-cmake-modules
|
||||
cmake -B ${{ steps.strings.outputs.build-output-dir }}-ECM -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -S extra-cmake-modules
|
||||
cmake --install ${{ steps.strings.outputs.build-output-dir }}-ECM
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue