[CI] link zephyr sources into working directory
Some checks failed
Build / Build (push) Failing after 36s
Some checks failed
Build / Build (push) Failing after 36s
This commit is contained in:
parent
389502e317
commit
e05bc8e600
@ -19,6 +19,13 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Link Directories
|
||||||
|
run: |
|
||||||
|
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
|
||||||
|
ln -s /usr/src/zephyr-3.4.0/bootloader bootloader
|
||||||
|
|
||||||
- name: Hash west module
|
- name: Hash west module
|
||||||
id: hash-west
|
id: hash-west
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user