From c1cbbfc20767603f12b010703a72d8f5fd367f0d Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Thu, 20 Aug 2026 22:33:52 -0500 Subject: [PATCH] Remove outdated Qt dependency in Fedora build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23efa2764..bfeb192a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -296,7 +296,7 @@ before_script: image: fedora:44 stage: build script: - - dnf install rpmdevtools dnf-plugins-core libcurl-devel qt5-qtbase-devel git wget -y + - dnf install rpmdevtools dnf-plugins-core libcurl-devel git wget -y - 'wget -O hidapi-hotplug.zip https://gitlab.com/OpenRGBDevelopers/hidapi-hotplug/-/jobs/artifacts/master/download?job=Linux+64+F43+rpm' - unzip hidapi-hotplug.zip - dnf install ./*.rpm -y