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 ae8d3ad commit 474fadfCopy full SHA for 474fadf
.github/workflows/cmake-multi-platform.yml
@@ -69,6 +69,7 @@ jobs:
69
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
70
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
71
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
72
+ -DCMAKE_MAKE_PROGRAM=/usr/bin/make
73
-S ${{ github.workspace }}
74
75
- name: Build
0 commit comments