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