mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
Modified Pipeline
This commit is contained in:
parent
81f02cb42c
commit
531f55845d
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue