We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101615c commit 67c2079Copy full SHA for 67c2079
2 files changed
.github/workflows/CI.yml
@@ -20,7 +20,7 @@ jobs:
20
submodules: "recursive"
21
22
- name: Configure
23
- run: cmake -Bbuild
+ run: cmake -DCMAKE_BUILD_TYPE=Debug -Bbuild
24
25
- name: Build
26
run: cmake --build build -j
unboxing
0 commit comments