We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1cc94 commit 057f065Copy full SHA for 057f065
scripts/ci/msys2/install.sh
@@ -38,8 +38,8 @@ while [[ $# > 0 ]] ; do
38
done
39
40
41
-$ROOT/scripts/msys2/install_dependencies.sh $confirm
42
-$ROOT/scripts/msys2/download_libs.sh --silent $msystem
+$ROOT/scripts/msys2/install_dependencies.sh $confirm --msystem=$msystem
+$ROOT/scripts/msys2/download_libs.sh --silent -a $msystem
43
if [[ $MINGW_PACKAGE_PREFIX ]]; then
44
pacman -S $confirm $MINGW_PACKAGE_PREFIX-ccache
45
fi
0 commit comments