Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
lazy-dinosaur committed Mar 25, 2024
1 parent 05d6c80 commit 68aa5b8
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ on: [push, pull_request, workflow_dispatch]

jobs:
build:
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
uses: urob/zmk/.github/workflows/build-user-config.yml@build-with-submodules
8 changes: 4 additions & 4 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ manifest:
url-base: https://github.com/zmkfirmware
- name: petejohanson
url-base: https://github.com/petejohanson

- name: urob
url-base: https://github.com/urob
projects:
- name: zmk
remote: petejohanson
revision: feat/pointers-move-scroll
remote: urob
revision: main
import: app/west.yml
- name: cirque-input-module
remote: petejohanson
revision: main

self:
path: config
Loading

0 comments on commit 68aa5b8

Please sign in to comment.