Skip to content

Commit

Permalink
FIX: Need Qt, too (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 24, 2024
1 parent 523faee commit 80cca60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
os: [macos-14, macos-13, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-2019, windows-2022]
qt: [""]
include:
- os: ubuntu-latest
- os: ubuntu-20.04
qt: "pyqt5"
- os: ubuntu-latest
- os: ubuntu-24.04
qt: "pyqt6"
- os: ubuntu-latest
qt: "pyside6"
Expand Down
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ runs:
sudo apt-get install -y \
libdbus-1-3 \
libegl1 \
libegl1-mesa \
libopengl0 \
libosmesa6 \
libxcb-cursor0 \
Expand Down

0 comments on commit 80cca60

Please sign in to comment.