Skip to content

Commit

Permalink
added some more ubuntu packages as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deinhofer committed Oct 3, 2024
1 parent 43e00e0 commit 972d8af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pyinstaller_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
sudo apt update -q
sudo apt install -y -q build-essential libgl1-mesa-dev
sudo apt install -y -q libxcb1
sudo apt install -y -q libxkbcommon-x11-0
sudo apt install -y -q libxcb-image0
sudo apt install -y -q libxcb-keysyms1
Expand All @@ -114,6 +115,7 @@ jobs:
sudo apt install -y -q libxcb-xrm0
sudo apt install -y -q libxcb-shape0
sudo apt install -y -q libxcb-cursor0
sudo apt install -y -q libxcb-randr0
sudo apt-get install -y libegl1
Expand Down

0 comments on commit 972d8af

Please sign in to comment.