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