We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80dc997 commit 1d8eeb4Copy full SHA for 1d8eeb4
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -59,7 +59,8 @@ jobs:
59
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
60
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
61
run: >
62
- cmake -G Ninja -B ${{ steps.strings.outputs.build-output-dir }}
+ cmake -B ${{ steps.strings.outputs.build-output-dir }}
63
+ -G Ninja
64
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
65
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
66
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
0 commit comments