This commit is contained in:
finn 2022-12-13 18:10:29 -08:00
parent 23e2533522
commit d9ec0525fb

View file

@ -19,6 +19,7 @@ case "${TARGET}" in
;;
x86_64-unknown-linux-musl)
apt-get install -y "${PACKAGES[@]}" musl-tools
;;
*)
apt-get install -y "${PACKAGES[@]}"
;;