Skip to content

Commit

Permalink
Remove DTS file build
Browse files Browse the repository at this point in the history
  • Loading branch information
duckyb committed Apr 11, 2022
1 parent 05dca64 commit a2e5afe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
run: west zephyr-export
- name: West Build (Cradio/Sweep Left)
run: west build -s zmk/app -b nice_nano_v2 -- -DSHIELD=cradio_left -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"
- name: Cradio/Sweep DTS File
if: ${{ always() }}
run: cat -n build/zephyr/nice_nano_v2.dts.pre.tmp
- name: Cradio/Sweep Left Kconfig file
run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$"
- name: Rename zmk.uf2
Expand Down

0 comments on commit a2e5afe

Please sign in to comment.