From e271f286e33e8d98ed8d33ffa7d7379807a9ffae Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 12 May 2023 15:28:11 +0100 Subject: [PATCH] CI: Sort lists of openSUSE packages alphabetically Signed-off-by: Simon McVittie --- tools/ci-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/ci-install.sh b/tools/ci-install.sh index eabb75ec..f829bbf5 100755 --- a/tools/ci-install.sh +++ b/tools/ci-install.sh @@ -262,10 +262,10 @@ case "$ci_distro" in packages=( "${packages[@]}" mingw${bits}-cross-gcc-c++ - mingw${bits}-cross-pkgconf - mingw${bits}-libexpat-devel - mingw${bits}-glib2-devel mingw${bits}-cross-meson + mingw${bits}-cross-pkgconf + mingw${bits}-glib2-devel + mingw${bits}-libexpat-devel ) ;; @@ -273,9 +273,9 @@ case "$ci_distro" in packages=( "${packages[@]}" gcc-c++ - libexpat-devel glib2-devel libX11-devel + libexpat-devel systemd-devel ) ;;