From f45c91f4251aa52b1f535c4f74c76e5a2c879796 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Mon, 21 Mar 2022 19:55:31 -0300 Subject: [PATCH] Jenkins: Fix wrong package removed from MSYS dependency list --- .ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build.sh b/.ci/build.sh index 960ebb170..0a1eb9ef3 100644 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -295,7 +295,7 @@ then fi # Install the latest versions for any missing packages (if the specified version couldn't be installed). - pkgs="make" + pkgs="git" while IFS=" " read pkg version do prefixed_pkg="$MINGW_PACKAGE_PREFIX-$pkg"