Modified Pipeline
All checks were successful
/ build (push) Successful in 3m29s

This commit is contained in:
Kaybee 2024-08-31 02:06:02 +02:00
parent 81f02cb42c
commit 531f55845d

View file

@ -28,7 +28,7 @@ jobs:
run: git clone https://github.com/zmkfirmware/zmk.git
- name: Debug Output
run: tree /
run: tree
- name: Initialize ZMK
working-directory: ./zmk
run: |
@ -40,5 +40,7 @@ jobs:
- name: Build Right Shield
working-directory: ./zmk/app
run: west build -d build/right -b nice_nano_v2 -- -DSHIELD=kyria_rev3_right -DZMK_CONFIG="../../config"
- run: tree /
- name: Debug Output
working-directory: .
run: tree