From c7d4c72f46834a7acf5dca9ec62749c6ffa422bd Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 23 Apr 2024 15:52:29 -0400 Subject: [PATCH] Keep going ECM --- .github/workflows/cmake-multi-platform.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 0990143..239c332 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -52,11 +52,7 @@ jobs: -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -S ${{ github.workspace }}/extra-cmake-modules - cmake -I ${{ 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 ${{ github.workspace }}/extra-cmake-modules + cmake --install ${{ steps.strings.outputs.build-output-dir }}-ECM - uses: actions/checkout@v3