We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16a82d commit 706aaf6Copy full SHA for 706aaf6
.github/workflows/build-run-applications.yml
@@ -196,6 +196,7 @@ jobs:
196
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi/"
197
run: |
198
pip install --prefer-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pytest-custom_exit_code opencv-python numpy
199
+ apt-get update && apt-get install -y libgl1
200
- name: Download latest results
201
uses: actions/download-artifact@v4
202
with:
0 commit comments