From 734f8d9afd5e56cb0c062681d2d121890f388503 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+Sporqist@users.noreply.github.com> Date: Mon, 17 Jul 2023 17:11:24 +0200 Subject: [PATCH] [CI] enable debugging --- .gitea/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index dd83112..2b3bc3b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -2,6 +2,9 @@ on: [push, pull_request, workflow_dispatch] name: Build +env: + ACTIONS_STEP_DEBUG: true + jobs: build: runs-on: ubuntu-latest @@ -19,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Cache west modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-zephyr-modules with: