We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61673db commit 8a20b51Copy full SHA for 8a20b51
.github/workflows/linux.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Install additional MicroPythonOS dependencies
59
run: |
60
sudo apt-get update
61
- sudo apt-get install -y libv4l-dev
+ sudo apt-get install -y libv4l-dev librlottie-dev
62
63
- name: Extract OS version
64
id: version
0 commit comments