We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9edfd85 commit a0e344dCopy full SHA for a0e344d
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Configure CMake
72
run: >
73
- cmake -S . -B ${{ steps.vars.outputs.dir }}
+ cmake -S . -B ${{ steps.strings.outputs.build-output-dir }}
74
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
75
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
76
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
0 commit comments