Remove outdated Qt dependency in Fedora build

This commit is contained in:
Adam Honse committed 2026-08-20 22:33:52 -05:00
1 parent 2631b5c0b2
commit c1cbbfc207
1 file changed
+1 -1
+1 -1
View File
@@ -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