Jenkins: Fix wrong package removed from MSYS dependency list

This commit is contained in:
RichardG867
2022-03-21 19:55:31 -03:00
parent 9118e9c939
commit f45c91f425

View File

@@ -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"