not sure how to format multiple entries here

This commit is contained in:
finn 2022-08-02 15:22:27 -07:00
parent a221a6a795
commit 85e013f367

View file

@ -3,7 +3,7 @@ set -exuo pipefail
apt-get update
PACKAGES=git cmake
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