I think this fixes the build process
This commit is contained in:
@@ -2,5 +2,5 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: petejohanson/zmk/.github/workflows/build-user-config.yml@feat/pointers-move-scroll
|
#uses: petejohanson/zmk/.github/workflows/build-user-config.yml@feat/pointers-move-scroll
|
||||||
#uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
|
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
|
||||||
|
|||||||
+4
-2
@@ -2,12 +2,14 @@ manifest:
|
|||||||
remotes:
|
remotes:
|
||||||
- name: zmkfirmware
|
- name: zmkfirmware
|
||||||
url-base: https://github.com/zmkfirmware
|
url-base: https://github.com/zmkfirmware
|
||||||
|
- name: pete
|
||||||
|
url-base: https://github.com/petejohanson
|
||||||
# Additional modules containing boards/shields/custom code can be listed here as well
|
# Additional modules containing boards/shields/custom code can be listed here as well
|
||||||
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
|
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
|
||||||
projects:
|
projects:
|
||||||
- name: zmk
|
- name: zmk
|
||||||
remote: zmkfirmware
|
remote: pete
|
||||||
revision: main
|
revision: feat/pointers-move-scroll
|
||||||
import: app/west.yml
|
import: app/west.yml
|
||||||
self:
|
self:
|
||||||
path: config
|
path: config
|
||||||
|
|||||||
Reference in New Issue
Block a user