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 350aac6 commit 40272f1Copy full SHA for 40272f1
.github/workflows/MacOs.yml
@@ -76,7 +76,7 @@ jobs:
76
env:
77
CXX: ${{format(matrix.cxx, matrix.compiler.ver)}}
78
CC: ${{format(matrix.cc, matrix.compiler.ver)}}
79
- run: cmake -B ${{runner.workspace}}/build -G ${{matrix.generator}} -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_STANDARD=${{matrix.std}} -D_7BIT_DI_LIBRARY_TYPE=${{matrix.library_type}} -D_7BIT_DI_BUILD_ALL_TESTS=ON
+ run: cmake -B ${{runner.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_STANDARD=${{matrix.std}} -D_7BIT_DI_LIBRARY_TYPE=${{matrix.library_type}} -D_7BIT_DI_BUILD_ALL_TESTS=ON
80
81
- name: Build
82
run: cmake --build ${{runner.workspace}}/build --config ${{matrix.build_type}} -j
0 commit comments