[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
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Clone ZMK
|
- name: West Init
|
||||||
run: git clone --depth 1 https://github.com/zmkfirmware/zmk.git
|
run: west init -l config
|
||||||
|
|
||||||
- name: Link Directories
|
- name: Link Directories
|
||||||
run: |
|
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/modules modules
|
||||||
ln -s /usr/src/zephyr-3.4.0/tools tools
|
ln -s /usr/src/zephyr-3.4.0/tools tools
|
||||||
ln -s /usr/src/zephyr-3.4.0/zephyr zephyr
|
ln -s /usr/src/zephyr-3.4.0/zephyr zephyr
|
||||||
|
Loading…
Reference in New Issue
Block a user