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 cda4adb commit c9f22dfCopy full SHA for c9f22df
.github/workflows/cmake.yml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
cmake -B ${{github.workspace}}/build \
69
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
70
- -DCMAKE_BUILD_TYPE=${{ matrix.config }} \
+ -DCMAKE_BUILD_TYPE=${{ matrix.config }} \
71
-DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
72
-DLIBMINC_MINC1_SUPPORT:BOOL=${{ matrix.build-params.WITH_MINC1 }} \
73
-DBUILD_TESTING:BOOL=${{ matrix.build-params.tests }} \
0 commit comments