From 1e5badb071429ad475cc575fcd71db22976ff0a2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 24 Jun 2022 14:07:19 +0100 Subject: [PATCH] CI: Reinstate mingw*-glib2-devel Signed-off-by: Simon McVittie --- tools/ci-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci-install.sh b/tools/ci-install.sh index 0d93566b..be9e0619 100755 --- a/tools/ci-install.sh +++ b/tools/ci-install.sh @@ -275,6 +275,7 @@ case "$ci_distro" in "${packages[@]}" mingw${bits}-cross-gcc-c++ mingw${bits}-libexpat-devel + mingw${bits}-glib2-devel mingw${bits}-cross-meson ) ;;