From 9742b78d96107fefa6713b7341d3b56015a6fbaf Mon Sep 17 00:00:00 2001 From: Tristan Brindle Date: Fri, 16 Aug 2024 11:32:03 +0100 Subject: [PATCH] Fix sanitizer CI builds --- .github/workflows/santizers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/santizers.yml b/.github/workflows/santizers.yml index 7b967262..834084ce 100644 --- a/.github/workflows/santizers.yml +++ b/.github/workflows/santizers.yml @@ -12,6 +12,7 @@ jobs: strategy: matrix: sanitizer: [ubsan, asan] + build_type: [Debug, Release] include: - cxx: g++-14 install: |