diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f85a943..9eeecc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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