[CI] enable debugging
Some checks failed
Build / Build (push) Failing after 51s

This commit is contained in:
Marius Alwan Meyer 2023-07-17 17:11:24 +02:00
parent 82eaf0cc1c
commit 734f8d9afd

View File

@ -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: