Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Mar 3, 2024
1 parent 04f255c commit b512d07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
include:
# Note: Nosetest doesn't work anymore with recent Python versions!
- container: "ubuntu:18.04"
packages: "qt5-default qttools5-dev-tools qtdeclarative5-dev"
packages: "qt5-default qttools5-dev-tools qtdeclarative5-dev qtquickcontrols2-5-dev"
nosetests: 1
- container: "ubuntu:20.04"
packages: "qt5-default qttools5-dev-tools qtdeclarative5-dev"
packages: "qt5-default qttools5-dev-tools qtdeclarative5-dev qtquickcontrols2-5-dev"
nosetests: 1
- container: "ubuntu:22.04"
packages: "qtbase5-dev qttools5-dev-tools qtdeclarative5-dev"
packages: "qtbase5-dev qttools5-dev-tools qtdeclarative5-dev qtquickcontrols2-5-dev"
nosetests: 1
env:
DEBIAN_FRONTEND: noninteractive
Expand Down

0 comments on commit b512d07

Please sign in to comment.