Skip to content

Commit 5da160f

Browse files
authored
Merge pull request #205 from tcbrindle/pr/fix-sanitizers
Fix sanitizer CI builds
2 parents b78ab7d + 9742b78 commit 5da160f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/santizers.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
sanitizer: [ubsan, asan]
15+
build_type: [Debug, Release]
1516
include:
1617
- cxx: g++-14
1718
install: |

0 commit comments

Comments
 (0)