Skip to content

Commit

Permalink
Get latest JUCE version
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshball authored Jun 16, 2024
1 parent 9c6cd13 commit b282629
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci/setup-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ elif [ "$OS" = "mac" ]; then
PROJUCER_OS="osx"
fi

JUCE_VERSION="7.0.12"

curl -s -S -L "https://github.com/juce-framework/JUCE/releases/download/$JUCE_VERSION/juce-$JUCE_VERSION-$PROJUCER_OS.zip" -o Projucer.zip
unzip Projucer.zip
curl -s -S -L "https://api.juce.com/api/v1/download/juce/latest/$PROJUCER_OS" -o Projucer.zip

# Set Projucer path based on OS
if [ "$OS" = "mac" ]; then
Expand Down

0 comments on commit b282629

Please sign in to comment.