From 0339a762aa06769f283c743d671ba27d1f1bcc63 Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Sun, 22 Sep 2024 13:28:52 +1000 Subject: [PATCH] Fixing github actions configuration. --- .github/workflows/actions_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions_build.yml b/.github/workflows/actions_build.yml index b76a3bb..27e2f57 100644 --- a/.github/workflows/actions_build.yml +++ b/.github/workflows/actions_build.yml @@ -215,6 +215,7 @@ jobs: strategy: fail-fast: false matrix: + type: [Debug, Release, MinSizeRel] cc_ver: [16, 17, 18] cpp: [17, 20, 23] sanitize: [ON, OFF]