We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9817c0b commit abbb852Copy full SHA for abbb852
.github/workflows/build.yml
@@ -56,4 +56,4 @@ jobs:
56
run: cmake -B build -G Ninja
57
58
- name: Build
59
- run: cmake --build build --config Debug --verbose --parallel
+ run: cmake --build build --verbose --parallel
0 commit comments