We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6a317 commit cbc59daCopy full SHA for cbc59da
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
submodules: recursive
17
18
- - name: Install dependencies
+ - name: Install lvgl_micropython dependencies
19
run: |
20
sudo apt-get update
21
sudo apt-get install -y \
@@ -50,7 +50,11 @@ jobs:
50
libpipewire-0.3-dev \
51
libwayland-dev \
52
libdecor-0-dev \
53
- git
+
54
+ - name: Install additional MicroPythonOS dependencies
55
+ run: |
56
+ sudo apt-get update
57
+ sudo apt-get install -y libv4l-dev
58
59
- name: Build LVGL MicroPython for unix dev
60
0 commit comments