Ninja and ccache - faster builds!
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 1m28s

This commit is contained in:
Your Name
2025-05-25 22:18:58 +12:00
parent f45baa8362
commit 9375acafa9
3 changed files with 18 additions and 10 deletions

View File

@ -85,7 +85,7 @@ done
# Install other required packages
apt install -y musl-tools wget tar
apt install -y musl-tools wget tar ccache ninja-build
# Set install directory
if [ -n "$SUDO_USER" ] && [ "$SUDO_USER" != "root" ]; then