CI: Install KDSingleApplication on Ubuntu

This commit is contained in:
Jonas Kvinge
2025-09-01 23:50:16 +02:00
parent 30e80068a3
commit 75d1d4098e

View File

@@ -595,7 +595,11 @@ jobs:
qt6-tools-dev-tools
qt6-l10n-tools
rapidjson-dev
- name: Install KDSingleApplication
if: matrix.ubuntu_version != 'noble' && matrix.ubuntu_version != 'plucky'
run: apt install -y libkdsingleapplication-qt6-dev
- name: Build and install KDSingleApplication
if: matrix.ubuntu_version == 'noble' || matrix.ubuntu_version == 'plucky'
run: |
git clone --depth 1 --recurse-submodules https://github.com/KDAB/KDSingleApplication
cd KDSingleApplication