This commit is contained in:
parent
81f02cb42c
commit
531f55845d
1 changed files with 4 additions and 2 deletions
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…
Add table
Reference in a new issue