Skip to content

Commit

Permalink
Build correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed May 16, 2024
1 parent 231ba94 commit 6c4446d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir -p bin

# Get juce
if [ ! -d "juce" ]; then
git clone https://github.com/WeAreROLI/JUCE.git --branch develop --single-branch juce
git clone https://github.com/WeAreROLI/JUCE.git --branch juce8 --single-branch juce
fi

# Build mac version
Expand Down

0 comments on commit 6c4446d

Please sign in to comment.