mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Fix source dir for ECM
This commit is contained in:
parent
aea4428497
commit
3e61cd4e5c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue