We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f9cca commit 4ebcfe5Copy full SHA for 4ebcfe5
1 file changed
.github/workflows/build_cmake.yml
@@ -295,6 +295,7 @@ jobs:
295
fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix entry fails.
296
matrix:
297
os: [ubuntu-22.04]
298
+ buildtype: [debug]
299
compiler: [ {name: 'Clang 15', preset: clang-15, pkgs: 'clang-15 llvm-15'} ]
300
cxx: [20]
301
0 commit comments