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 e87c483 commit 9748e49Copy full SHA for 9748e49
.github/workflows/tests.yml
@@ -42,8 +42,7 @@ jobs:
42
- name: Configure CMake
43
run: >
44
cmake -B ${{ steps.strings.outputs.build-output-dir }}
45
- -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
46
- -DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
+ -DCMAKE_CXX_COMPILER=${{ matrix.cxx_compiler }}
47
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
48
-S ${{ github.workspace }}
49
0 commit comments