From 66a4119fb9ffbfc4c114baf08928962be35f03b9 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 12 May 2023 15:28:47 +0100 Subject: CI: Install mingw64-cross-cmake in openSUSE image Signed-off-by: Simon McVittie --- tools/ci-install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/ci-install.sh b/tools/ci-install.sh index f829bbf5..c5131c37 100755 --- a/tools/ci-install.sh +++ b/tools/ci-install.sh @@ -261,6 +261,7 @@ case "$ci_distro" in ) packages=( "${packages[@]}" + mingw${bits}-cross-cmake mingw${bits}-cross-gcc-c++ mingw${bits}-cross-meson mingw${bits}-cross-pkgconf -- cgit v1.2.1