From cbc59dad9f9e49c32b2c5ef672d765145d12c9b5 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Fri, 24 Oct 2025 19:42:22 +0200 Subject: [PATCH] Install v4l as well --- .github/workflows/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3bcafce5..8d748866 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: with: submodules: recursive - - name: Install dependencies + - name: Install lvgl_micropython dependencies run: | sudo apt-get update sudo apt-get install -y \ @@ -50,7 +50,11 @@ jobs: libpipewire-0.3-dev \ libwayland-dev \ libdecor-0-dev \ - git + + - name: Install additional MicroPythonOS dependencies + run: | + sudo apt-get update + sudo apt-get install -y libv4l-dev - name: Build LVGL MicroPython for unix dev run: |