From 8faae72ae7fe7a898e0f01edafafd759fd2d598a Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Tue, 13 Aug 2024 20:15:36 +0200 Subject: [PATCH] bon --- .gitea/workflows/linux.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/linux.yml b/.gitea/workflows/linux.yml index 6c89a4c..4b2da1e 100644 --- a/.gitea/workflows/linux.yml +++ b/.gitea/workflows/linux.yml @@ -27,7 +27,8 @@ jobs: include-templates: true - name: ⚙️ XMake config - run: xmake f -m release -p linux -y + # TODO: change that to release + run: xmake f -m debug -p linux -y - name: 🏗️ Build run: xmake