[actions] do things in home folder; qmk setup --yes
Some checks failed
Build / build-sporq (push) Failing after 2m55s
Some checks failed
Build / build-sporq (push) Failing after 2m55s
This commit is contained in:
parent
ce23989b91
commit
5163460587
@ -13,10 +13,10 @@ jobs:
|
||||
- run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Set up Git repository
|
||||
run: git clone --depth 1 https://git.sporq.de/sporq/qmk-firmware.git /qmk-firmware; cd /qmk-firmware
|
||||
run: git clone --depth 1 https://git.sporq.de/sporq/qmk-firmware.git; cd qmk-firmware
|
||||
|
||||
- name: Set up QMK
|
||||
run: qmk setup
|
||||
run: qmk setup --yes
|
||||
|
||||
- name: Build sporq keymap for splitkb/aurora/corne/rev1
|
||||
run: qmk compile -kb splitkb/aurora/corne/rev1 -km sporq
|
||||
|
Loading…
Reference in New Issue
Block a user