I think this fixes the build process

This commit is contained in:
Greg Hellings
2024-06-20 20:02:19 -05:00
parent df40cfa698
commit 995995b64e
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -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
View File
@@ -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