From a221a6a795b8b86eda9b5ca06dc2f48ab0d9df76 Mon Sep 17 00:00:00 2001 From: finn Date: Tue, 2 Aug 2022 15:17:27 -0700 Subject: [PATCH] add cmake dependency --- prepare-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-env.sh b/prepare-env.sh index c02328b..45901e0 100755 --- a/prepare-env.sh +++ b/prepare-env.sh @@ -3,7 +3,7 @@ set -exuo pipefail apt-get update -PACKAGES="git" +PACKAGES=git cmake case "${TARGET}" in aarch64-unknown-linux-gnu|aarch64-unknown-linux-musl) apt-get install -y "${PACKAGES}" {cpp,g++,gcc}-aarch64-linux-gnu