Skip to content

Commit 67c2079

Browse files
committed
Add cmake build type, update unboxing
1 parent 101615c commit 67c2079

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
submodules: "recursive"
2121

2222
- name: Configure
23-
run: cmake -Bbuild
23+
run: cmake -DCMAKE_BUILD_TYPE=Debug -Bbuild
2424

2525
- name: Build
2626
run: cmake --build build -j

unboxing

0 commit comments

Comments
 (0)