This commit is contained in:
parent
eb877446cf
commit
ef9d647efc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user