ci(freebsd): skip imageformats install (#6518)

There seems to be an issue with the imageformats packaging for freebsd, and since we don't need it for building (which is what our Cirrus CI is there for), we remove the dependency.
This commit is contained in:
pajlada
2025-10-04 11:19:32 +02:00
committed by GitHub
parent d585b755d5
commit 2bf617f37a
+1 -1
View File
@@ -3,7 +3,7 @@ freebsd_instance:
task:
install_script:
- pkg install -y boost-libs git libnotify qt6-base qt6-svg qt6-imageformats qtkeychain-qt6 cmake pkgconf
- pkg install -y boost-libs git libnotify qt6-base qt6-svg qtkeychain-qt6 cmake pkgconf
script: |
git submodule init
git submodule update