From f4dbf7b79762e80d464f377654fdb708ebdb9ea1 Mon Sep 17 00:00:00 2001 From: Stephen Eckels Date: Thu, 18 Jul 2024 23:38:46 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 53105a7..f5607f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: # To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list. matrix: os: [ubuntu-latest, windows-latest] - build_type: [Release] + build_type: [Release, Debug] c_compiler: [gcc, clang, cl] arch: [x86, AMD64, x86_64] include: