Skip to content

Commit

Permalink
Install libxcb-xinerama0 to fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby committed Jul 27, 2023
1 parent e534592 commit 5f38c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y -q freeglut3-dev xvfb libxkbcommon-x11-0 xserver-xephyr
sudo apt-get install -y -q freeglut3-dev xvfb libxkbcommon-x11-0 xserver-xephyr libxcb-xinerama0
python -m pip install --upgrade pip
pip install pipenv
pipenv install --dev
Expand Down

0 comments on commit 5f38c66

Please sign in to comment.