[CI] clone ZMK before hashing
Some checks failed
Build / Build (push) Failing after 40s

This commit is contained in:
Marius Alwan Meyer 2023-07-20 23:28:05 +00:00
parent eb877446cf
commit ef9d647efc

View File

@ -19,6 +19,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Clone ZMK
run: git clone --depth 1 https://github.com/zmkfirmware/zmk.git
- name: Link Directories
run: |
ln -s /usr/src/zephyr-3.4.0/.west .west
@ -55,9 +58,6 @@ jobs:
timeout-minutes: 5
continue-on-error: true
- name: Clone ZMK
run: git clone --depth 1 https://github.com/zmkfirmware/zmk.git
- name: West Update
run: west update