From 3e1dfbcc5c28432c23846c02906fdd4c84266067 Mon Sep 17 00:00:00 2001 From: CarlWachter Date: Tue, 23 Jan 2024 16:32:07 +0100 Subject: [PATCH] Only debug build --- .gitea/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/compile.yml b/.gitea/workflows/compile.yml index ba8b692..347eabe 100644 --- a/.gitea/workflows/compile.yml +++ b/.gitea/workflows/compile.yml @@ -37,4 +37,4 @@ jobs: uses: xanderhendriks/action-build-stm32cubeide@v11.0 with: project-path: '/workspace/ALPAKA/CAN-Demo' - project-target: 'CAN-Demo' \ No newline at end of file + project-target: 'CAN-Demo/Debug' \ No newline at end of file