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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user