Skip to content

Commit 0ee5263

Browse files
committed
Install OpenGL
1 parent 84ad9a2 commit 0ee5263

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-run-applications.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build ESP-BSP apps
1+
name: Build and Run ESP-BSP apps
22

33
# This job builds all examples and test_applications in this repo
44
# Applications are selected for build based on changes files and dependencies defined in .build-test-rules.yml
@@ -196,6 +196,7 @@ jobs:
196196
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi/"
197197
run: |
198198
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
199200
- name: Download latest results
200201
uses: actions/download-artifact@v4
201202
with:

0 commit comments

Comments
 (0)