Skip to content

Commit

Permalink
Added missing apt dependency for OpenGL
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jan 12, 2023
1 parent 69465cd commit ef08cc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
with:
display: true
coverage: codecov
# The Linux PyQt 5.15 installation requires apt-getting its xcb deps and headless X11 display
# Linux PyQt 5.15 and 6.x installations require apt-getting xcb and EGL deps
# and headless X11 display
libraries: |
apt:
- '^libxcb.*-dev'
- libxkbcommon-x11-dev
- libegl1-mesa
envs: |
# Standard tests
Expand Down

0 comments on commit ef08cc8

Please sign in to comment.