We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ad9a2 commit 0ee5263Copy full SHA for 0ee5263
.github/workflows/build-run-applications.yml
@@ -1,4 +1,4 @@
1
-name: Build ESP-BSP apps
+name: Build and Run ESP-BSP apps
2
3
# This job builds all examples and test_applications in this repo
4
# Applications are selected for build based on changes files and dependencies defined in .build-test-rules.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
+ sudo apt-get update && sudo apt-get install -y libgl1
200
- name: Download latest results
201
uses: actions/download-artifact@v4
202
with:
0 commit comments