From 3c939d55aa8b6982d6451b4c463023f92f140ba3 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Fri, 27 Sep 2024 18:24:38 +0000 Subject: [PATCH] debug xmake --- .gitea/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/linux.yml b/.gitea/workflows/linux.yml index 97c732e..a86b295 100644 --- a/.gitea/workflows/linux.yml +++ b/.gitea/workflows/linux.yml @@ -36,7 +36,7 @@ jobs: - name: ⚙️ XMake config # TODO: change that to release - run: xmake f -m debug -p linux -y + run: xmake f -m debug -p linux -y -v - name: 🏗️ Build run: xmake