Skip to content

Commit

Permalink
added missing build type
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanKa committed Apr 5, 2024
1 parent 32f9cca commit 4ebcfe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ jobs:
fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix entry fails.
matrix:
os: [ubuntu-22.04]
buildtype: [debug]
compiler: [ {name: 'Clang 15', preset: clang-15, pkgs: 'clang-15 llvm-15'} ]
cxx: [20]

Expand Down

0 comments on commit 4ebcfe5

Please sign in to comment.