From 3e61cd4e5c341c38a31b3b5d9b4073864940aafe Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 23 Apr 2024 15:55:44 -0400 Subject: [PATCH] Fix source dir for ECM --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 852cfc0..6672f07 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -51,7 +51,7 @@ jobs: -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} - -S ${{ github.workspace }}/extra-cmake-modules + -S extra-cmake-modules cmake --install ${{ steps.strings.outputs.build-output-dir }}-ECM - uses: actions/checkout@v3