diff --git a/build.sh b/build.sh index 79439e5..2536af8 100755 --- a/build.sh +++ b/build.sh @@ -36,7 +36,6 @@ git remote set-url origin $DRONE_GIT_HTTP_URL for d in */ ; do cd "$d" || continue - sudo pacman -S core/binutils build cd .. done