Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
buildname: Linux-GCC
compiler: g++
compiler_package: g++
with_qt6: false
with_native_notifications: true
cmake_preset: Debug

- os: ubuntu-20.04
- os: ubuntu-22.04
buildname: Linux-Clang
compiler: clang++
compiler_package: clang
Expand Down
4 changes: 2 additions & 2 deletions utils/github/install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ if [[ $WITH_QT6 == true ]]; then
)
else
qt_packages=(
qt5-default

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