From f8bc01afc08b1d1f98bf3318a3280297e3206fbf Mon Sep 17 00:00:00 2001 From: Hal Emmerich Date: Tue, 26 May 2020 19:10:26 -0500 Subject: [PATCH] fix CI --- tests/build-image.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/build-image.sh b/tests/build-image.sh index 40229ba..66f06ff 100755 --- a/tests/build-image.sh +++ b/tests/build-image.sh @@ -26,7 +26,9 @@ cd "$(dirname "$0")/.." apt-get update # Note: this is a copy/paste from README.md, if you add anything here, also update it! +# Please make note of the "-y" that is not in the readme command. Not keeping it will break CI :) apt install --no-install-recommends --no-install-suggests \ + -y \ bc binfmt-support bison build-essential bzip2 ca-certificates cgpt cmake cpio debhelper \ debootstrap device-tree-compiler devscripts file flex g++ gawk gcc gcc-arm-none-eabi git gpg \ gpg-agent kmod libc-dev libncurses-dev libssl-dev lzip make parted patch \