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

Fix this line once and for all?

This commit is contained in:
Joshua Goins 2024-04-23 15:58:59 -04:00
parent 3e61cd4e5c
commit 57104a559e

View file

@ -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