From 8c54a08ea3f14770e2936fadad1a4bf7ef99de0a Mon Sep 17 00:00:00 2001 From: James Addison Date: Thu, 15 Aug 2024 19:46:52 +0100 Subject: [PATCH] ci: Attempt to fix build (update `py-gi-docgen`) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 54ada22f7..7aa197f62 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 + itstool libxmlb libyaml meson pkgconf py311-gi-docgen qt6-tools snowballstemmer vala build_script: - tests/ci/run-build.sh