This commit is contained in:
parent
b6c58277a1
commit
8485c34856
@ -9,6 +9,12 @@ 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user