Skip to content

Commit

Permalink
try different workspace variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarhimmel authored Oct 3, 2023
1 parent 36f94f7 commit 3226e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: West Zephyr export
run: west zephyr-export
- name: West Build (Atreus50)
run: west build -s zmk/app -b nice_nano -- -DSHIELD=atreus50 -DZMK_CONFIG="${GITHUB_WORKSPACE}/config"
run: west build -s zmk/app -b nice_nano -- -DSHIELD=atreus50 -DZMK_CONFIG="${github.workspace}/config"
- name: Atreus50 Kconfig file
run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$"
- name: Rename zmk.uf2
Expand Down

0 comments on commit 3226e15

Please sign in to comment.