From e50844be065b2b51315c0865cf1978063e0e76ae Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 19 Dec 2023 00:07:47 +0100 Subject: [PATCH] switch to release with debug info --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 76c92f9..ce3472b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -7,7 +7,7 @@ on: branches: [ master ] env: - BUILD_TYPE: Release + BUILD_TYPE: RelWithDebInfo jobs: windows: