From 9501ce0b024cf5aa0c0a98def7fa82a7a4792e53 Mon Sep 17 00:00:00 2001 From: James Addison <55152140+jayaddison@users.noreply.github.com> Date: Sun, 18 Aug 2024 18:29:18 +0100 Subject: [PATCH] ci: Fix FreeBSD build (update `py-gi-docgen`) (#651) --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 54ada22f7..5facf4887 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,7 +16,7 @@ task: - sed -i.bak 's/quarterly/latest/' /etc/pkg/FreeBSD.conf - env ASSUME_ALWAYS_YES=yes pkg update -f - env ASSUME_ALWAYS_YES=yes pkg install -y gettext-tools glib gobject-introspection gperf gtk-doc - itstool libxmlb libyaml meson pkgconf py39-gi-docgen - qt6-tools snowballstemmer vala + itstool libxmlb libyaml meson pkgconf qt6-tools + snowballstemmer textproc/py-gi-docgen vala build_script: - tests/ci/run-build.sh