Modified Pipeline to build with Mouse Support
Some checks failed
/ build (push) Failing after 21s

This commit is contained in:
Kaybee 2024-09-12 00:06:58 +02:00
parent 1583c9f9cc
commit c6ebd95f24

View file

@ -20,7 +20,7 @@ jobs:
- name: Git checkout
uses: actions/checkout@v4
- name: Clone ZMK Repo
run: git clone https://github.com/zmkfirmware/zmk.git
run: git clone -b pointers-move-scroll https://git.kb-one.de/kb01/zmk.git
- name: Initialize ZMK
working-directory: ./zmk