fix the repo path
This commit is contained in:
parent
f7eea416d7
commit
f7197d8de6
1 changed files with 4 additions and 5 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -14,19 +14,18 @@ jobs:
|
||||||
run : git config --global --add safe.directory '*'
|
run : git config --global --add safe.directory '*'
|
||||||
|
|
||||||
- name: Checkout QMK
|
- name: Checkout QMK
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4.2.0
|
||||||
with:
|
with:
|
||||||
repository: qmk/qmk_firmware
|
repository: qmk/qmk_firmware
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Checkout userspace
|
- name: Checkout userspace
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4.2.0
|
||||||
with:
|
with:
|
||||||
path: keyboards\crkbd\keymaps\qmk-keymap-corne
|
path: keyboards/crkbd/keymaps/qmk-keymap-corne
|
||||||
|
|
||||||
- name: Build firmware
|
- name: Build firmware
|
||||||
run: qmk compile -kb crkbd/rev1 -km default -e CONVERT_TO=rp2040_ce
|
run: qmk compile -kb crkbd/rev1 -km qmk-keymap-corne -e CONVERT_TO=rp2040_ce
|
||||||
|
|
||||||
|
|
||||||
- name: Archive firmware
|
- name: Archive firmware
|
||||||
uses: actions/upload-artifact@v4.4.0
|
uses: actions/upload-artifact@v4.4.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue