diff --git a/.ci/build.sh b/.ci/build.sh index 447cc498d..61d37012a 100644 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -301,7 +301,7 @@ then prefixed_pkg="$MINGW_PACKAGE_PREFIX-$pkg" grep -qE "^$prefixed_pkg " pacman.txt || pkgs="$pkgs $prefixed_pkg" done < deps.txt - rm -f pacman.txt deps.txt + rm -f deps.txt pacman.txt yes | pacman -S --needed $pkgs if [ $? -ne 0 ] then