Skip to content

Commit

Permalink
[github][ci] build debug and release builds with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
travisg committed Apr 8, 2024
1 parent 3e6fd78 commit 1ae8bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
toolchain-ver: [13, 14, 15]
debug: [2]
debug: [2, 0]
project:
# Note: Clang toolchains do not ship with a compiler-rt (libgcc) for
# all targets, so we have to restrict this build matrix to targets
Expand Down

0 comments on commit 1ae8bf6

Please sign in to comment.