Skip to content

Commit b7123c4

Browse files
authored
Fix missing cmake folder build
1 parent bf86580 commit b7123c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
5959
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
6060
run: >
61-
cmake -B ${{ steps.strings.outputs.build-output-dir }}
61+
cmake -B ${{ steps.strings.outputs.build-output-dir }}-${{ matrix.os }}-${{ matrix.build_type }}
6262
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
6363
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
6464
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}

0 commit comments

Comments
 (0)