Skip to content

Commit

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

curl -s -S -L "https://api.juce.com/api/v1/download/juce/latest/$PROJUCER_OS" -o Projucer.zip
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

# Set Projucer path based on OS
Expand All @@ -45,4 +47,4 @@ fi
GLOBAL_PATH_COMMAND="$PROJUCER_PATH --set-global-search-path $PROJUCER_OS 'defaultJuceModulePath' '$ROOT/ci/bin/JUCE/modules'"
eval "$GLOBAL_PATH_COMMAND"

cd "$ROOT"
cd "$ROOT"

0 comments on commit 9c6cd13

Please sign in to comment.