[CI] don't init West; don't look around anymore
Some checks failed
Build / Build (push) Failing after 1m22s
Some checks failed
Build / Build (push) Failing after 1m22s
This commit is contained in:
parent
1d297244c9
commit
d690c3f6a7
@ -9,12 +9,6 @@ jobs:
|
|||||||
image: ghcr.io/bcdevices/zephyr:latest
|
image: ghcr.io/bcdevices/zephyr:latest
|
||||||
name: Build
|
name: Build
|
||||||
steps:
|
steps:
|
||||||
- name: look around
|
|
||||||
run: |
|
|
||||||
pwd
|
|
||||||
ls
|
|
||||||
ls /usr/src/zephyr-3.4.0/modules
|
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update;
|
apt-get update;
|
||||||
@ -33,11 +27,6 @@ jobs:
|
|||||||
ln -s /usr/src/zephyr-3.4.0/zephyr zephyr
|
ln -s /usr/src/zephyr-3.4.0/zephyr zephyr
|
||||||
ln -s /usr/src/zephyr-3.4.0/bootloader bootloader
|
ln -s /usr/src/zephyr-3.4.0/bootloader bootloader
|
||||||
|
|
||||||
- name: look around
|
|
||||||
run: |
|
|
||||||
ls
|
|
||||||
ls modules
|
|
||||||
|
|
||||||
- name: Hash west module
|
- name: Hash west module
|
||||||
id: hash-west
|
id: hash-west
|
||||||
run: |
|
run: |
|
||||||
@ -64,9 +53,6 @@ jobs:
|
|||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: West Init
|
|
||||||
run: west init -l config
|
|
||||||
|
|
||||||
- name: West Update
|
- name: West Update
|
||||||
run: west update
|
run: west update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user