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 --- .gitlab-ci.yml | 2 +- tools/ci-install.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aec249ed..b7b2b7c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,7 @@ variables: .opensuse-vars: variables: FDO_DISTRIBUTION_VERSION: 'leap' - FDO_DISTRIBUTION_TAG: '2022-05-14.0' # Bump this version on every ci-install.sh change + FDO_DISTRIBUTION_TAG: '2023-05-12.0' # Bump this version on every ci-install.sh change .freebsd-vars: variables: 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