Skip to content

Commit 4ebcfe5

Browse files
committed
added missing build type
1 parent 32f9cca commit 4ebcfe5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build_cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ jobs:
295295
fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix entry fails.
296296
matrix:
297297
os: [ubuntu-22.04]
298+
buildtype: [debug]
298299
compiler: [ {name: 'Clang 15', preset: clang-15, pkgs: 'clang-15 llvm-15'} ]
299300
cxx: [20]
300301

0 commit comments

Comments
 (0)