Skip to content

Commit 057f065

Browse files
committed
Update install.sh
ci fix msys2
1 parent aa1cc94 commit 057f065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/msys2/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ while [[ $# > 0 ]] ; do
3838
done
3939

4040

41-
$ROOT/scripts/msys2/install_dependencies.sh $confirm
42-
$ROOT/scripts/msys2/download_libs.sh --silent $msystem
41+
$ROOT/scripts/msys2/install_dependencies.sh $confirm --msystem=$msystem
42+
$ROOT/scripts/msys2/download_libs.sh --silent -a $msystem
4343
if [[ $MINGW_PACKAGE_PREFIX ]]; then
4444
pacman -S $confirm $MINGW_PACKAGE_PREFIX-ccache
4545
fi

0 commit comments

Comments
 (0)