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 5756722 commit 75ebadeCopy full SHA for 75ebade
.github/workflows/ci.yml
@@ -127,7 +127,7 @@ jobs:
127
128
- name: Configure CMake
129
run: |
130
- cmake -S . -B ./build -G "${{matrix.generator}}" -DCMAKE_BUILD_TYPE:STRING=${{matrix.build_type}} -DENABLE_DEVELOPER_MODE:BOOL=${{matrix.developer_mode}} -DENABLE_LARGE_TESTS:BOOL=${{matrics.large_tests}}
+ cmake -S . -B ./build -G "${{matrix.generator}}" -DCMAKE_BUILD_TYPE:STRING=${{matrix.build_type}} -DENABLE_DEVELOPER_MODE:BOOL=${{matrix.developer_mode}} -DENABLE_LARGE_TESTS:BOOL=${{matrix.large_tests}}
131
132
- name: Build
133
# Execute the build. You can specify a specific target with "--target <NAME>"
0 commit comments