Skip to content

Commit

Permalink
Specify apt dependencies for Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Nov 16, 2023
1 parent 1aaa0f6 commit e0f3358
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
display: true
libraries: |
apt:
- '^libxcb.*-dev'
- libxkbcommon-x11-dev
- libegl1-mesa
envs: |
- linux: py38-test-oldestdeps
- linux: py39-test
Expand Down

0 comments on commit e0f3358

Please sign in to comment.