diff --git a/ci-build.sh b/ci-build.sh index c20bb24ae2..a4b8257aad 100644 --- a/ci-build.sh +++ b/ci-build.sh @@ -38,9 +38,9 @@ for recipe in "${recipes[@]}"; do echo echo "Build recipe: ${recipe}" echo - makepkg-mingw --syncdeps --noconfirm --noprogressbar --noextract --noprepare --nobuild || failure "Could not install deps for ${recipe}." + makepkg-mingw --syncdeps --noconfirm --noprogressbar --skippgpcheck --noprepare --nobuild || failure "Could not install deps for ${recipe}." echo - makepkg-mingw --skippgpcheck --nocheck || failure "Could not build ${recipe}." + makepkg-mingw --noextract --skippgpcheck --nocheck || failure "Could not build ${recipe}." cd - > /dev/null done