Skip to content

Commit

Permalink
Fix 2?
Browse files Browse the repository at this point in the history
  • Loading branch information
hadynz committed Oct 7, 2023
1 parent f97b3da commit a1f4588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
persist-credentials: false

- name: Symlink keymap from userspace to qmk directory
run: ln -s ${{ github.actor }}/keymap keyboards/kinesis/keymaps/${{ github.actor }}
run: ln -s ../../../../${{ github.actor }}/keymap keyboards/kinesis/keymaps/${{ github.actor }}

- name: Build firmware
run: |
ls -la
find hadynz
find keyboards/kinesis/keymaps/
qmk compile -kb kinesis/stapelberg -km ${{ github.actor }}
Expand Down

0 comments on commit a1f4588

Please sign in to comment.