Ninja and ccache - faster builds!
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 1m28s
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 1m28s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user