Skip to content

Commit 4e99c89

Browse files
committed
Revert "libegl1"
This reverts commit a0679e1.
1 parent a0679e1 commit 4e99c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'
220220
run: |
221221
apt-get update --yes
222-
apt-get install --yes libgl1 libegl1
222+
apt-get install --yes libgl1
223223
- name: Install
224224
run: |
225225
pip install tox

0 commit comments

Comments
 (0)