Install libxcb on ubuntu as well

This commit is contained in:
Debanjum Singh Solanky
2022-08-14 06:30:00 +03:00
parent 4fd590addd
commit 19294c788a

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
sudo apt install libegl1 -y sudo apt install libegl1 libxcb-xinerama0 -y
fi fi
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install pyinstaller pip install pyinstaller