Skip to content

Commit

Permalink
CI: Test with ubuntu-latest and newer Qt 5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Aug 23, 2023
1 parent e7f0a99 commit 1bb84c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
compiler_package: clang
with_qt6: false

- os: ubuntu-latest
buildname: Linux-latest
build_type: Debug
compiler: g++
compiler_package: g++
with_qt6: false

- os: ubuntu-latest
buildname: Qt 6
build_type: Debug
Expand Down
2 changes: 0 additions & 2 deletions utils/github/install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ if [[ $WITH_QT6 == true ]]; then
)
else
qt_packages=(
qt5-default

qtbase5-private-dev
qtdeclarative5-dev
qttools5-dev
Expand Down

0 comments on commit 1bb84c7

Please sign in to comment.