[CI] don't use existing west config and don't clone zmk manually
Some checks failed
Build / Build (push) Failing after 54s
Some checks failed
Build / Build (push) Failing after 54s
This commit is contained in:
parent
ef9d647efc
commit
314bf1345d
@ -19,12 +19,11 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Clone ZMK
|
||||
run: git clone --depth 1 https://github.com/zmkfirmware/zmk.git
|
||||
- name: West Init
|
||||
run: west init -l config
|
||||
|
||||
- name: Link Directories
|
||||
run: |
|
||||
ln -s /usr/src/zephyr-3.4.0/.west .west
|
||||
ln -s /usr/src/zephyr-3.4.0/modules modules
|
||||
ln -s /usr/src/zephyr-3.4.0/tools tools
|
||||
ln -s /usr/src/zephyr-3.4.0/zephyr zephyr
|
||||
|
Loading…
Reference in New Issue
Block a user