shorten output of ci script by like 8000 lines

pull/317/head
DJLevel3 2025-08-18 13:02:11 -06:00
rodzic e171314e8d
commit 4bf773f5ff
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -31,7 +31,7 @@ fi
curl -s -S -L "https://api.juce.com/api/v1/download/juce/latest/$PROJUCER_OS" -o Projucer.zip
# curl -s -S -L "https://github.com/juce-framework/JUCE/releases/download/8.0.4/juce-8.0.4-$PROJUCER_OS.zip" -o Projucer.zip
unzip Projucer.zip
unzip -q Projucer.zip
# Set Projucer path based on OS
if [ "$OS" = "mac" ]; then