Install libegl1 as root

This commit is contained in:
Debanjum Singh Solanky
2022-08-14 06:28:12 +03:00
parent f3be84d8b9
commit 4fd590addd

View File

@@ -30,7 +30,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: | run: |
if [ "$RUNNER_OS" == "Linux" ]; then if [ "$RUNNER_OS" == "Linux" ]; then
apt install libegl1 -y sudo apt install libegl1 -y
fi fi
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install pyinstaller pip install pyinstaller