We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf86580 commit b7123c4Copy full SHA for b7123c4
.github/workflows/cmake-multi-platform.yml
@@ -58,7 +58,7 @@ jobs:
58
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
59
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
60
run: >
61
- cmake -B ${{ steps.strings.outputs.build-output-dir }}
+ cmake -B ${{ steps.strings.outputs.build-output-dir }}-${{ matrix.os }}-${{ matrix.build_type }}
62
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
63
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
64
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
0 commit comments