Skip to content

Commit bba189a

Browse files
committed
Trying to make sure OpenGL is installed on Linux runner
1 parent a1f1f95 commit bba189a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
with:
2828
python-version: '3.11'
2929

30+
- name: Install Linux system dependencies
31+
if: runner.os == 'Linux'
32+
run: sudo apt install -y libgl1 libegl1
33+
3034
- name: Install dependencies
3135
run: |
3236
pip install .

0 commit comments

Comments
 (0)