[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
|
||||
name: Build
|
||||
steps:
|
||||
- name: look around
|
||||
run: |
|
||||
pwd
|
||||
ls
|
||||
ls /usr/src/zephyr-3.4.0/modules
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
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/bootloader bootloader
|
||||
|
||||
- name: look around
|
||||
run: |
|
||||
ls
|
||||
ls modules
|
||||
|
||||
- name: Hash west module
|
||||
id: hash-west
|
||||
run: |
|
||||
@ -64,9 +53,6 @@ jobs:
|
||||
timeout-minutes: 5
|
||||
continue-on-error: true
|
||||
|
||||
- name: West Init
|
||||
run: west init -l config
|
||||
|
||||
- name: West Update
|
||||
run: west update
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user