From 92fa34c9286ba1c84d070fdd5d7d9b2cf6e14cae Mon Sep 17 00:00:00 2001 From: nyyu Date: Sun, 5 Dec 2021 22:40:18 +0100 Subject: [PATCH] test --- build.sh | 1 + 1 file changed, 1 insertion(+) 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