From c1af43ce5405f7ed5d3844537d4a9b438dc4cb0c Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sat, 25 May 2024 14:18:50 +0200 Subject: [PATCH] switch cd to debug temp --- .github/workflows/cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 17c3e59..0392335 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -7,7 +7,8 @@ on: branches: [ master ] env: - BUILD_TYPE: RelWithDebInfo + #BUILD_TYPE: RelWithDebInfo + BUILD_TYPE: Debug BRANCH_NAME: ${{ github.head_ref || github.ref_name }} jobs: