Install libegl to fix libegl1.so import error in Github tests workflow

This commit is contained in:
Debanjum Singh Solanky 2022-08-11 22:37:57 +03:00
parent fc48ee62ad
commit da5284bbda

View file

@ -34,6 +34,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt install libegl1 -y
python -m pip install --upgrade pip
pip install pytest