Skip to content

Commit f381702

Browse files
committed
ci: install egl
1 parent c170be6 commit f381702

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
miniforge-variant: Mambaforge
2525
miniforge-version: latest
2626
use-mamba: true
27+
- name: Install EGL
28+
run: sudo apt-get update && sudo apt-get install -qqy libegl1-mesa libegl1-mesa-dev
2729
- name: Install pym3t
2830
run: |
2931
pip install .

0 commit comments

Comments
 (0)