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