Skip to content

Commit cbc59da

Browse files
Install v4l as well
1 parent 3c6a317 commit cbc59da

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
submodules: recursive
1717

18-
- name: Install dependencies
18+
- name: Install lvgl_micropython dependencies
1919
run: |
2020
sudo apt-get update
2121
sudo apt-get install -y \
@@ -50,7 +50,11 @@ jobs:
5050
libpipewire-0.3-dev \
5151
libwayland-dev \
5252
libdecor-0-dev \
53-
git
53+
54+
- name: Install additional MicroPythonOS dependencies
55+
run: |
56+
sudo apt-get update
57+
sudo apt-get install -y libv4l-dev
5458
5559
- name: Build LVGL MicroPython for unix dev
5660
run: |

0 commit comments

Comments
 (0)