Closed JelleBakker closed 3 months ago
This looks like you don't have an SSH key setup for GitHub?
Possibly, but I've not had this issue with Tracktion Engine (or other repo's) before.
What's the reason the submodules URL in .gitmodules file has changed from https://github.com/WeAreROLI/JUCE.git
to git@github.com:juce-framework/JUCE.git
in this commit?
It was because we have a new Action that pulls the latest juce tip and tries to build against it to check upstream compatibility. You can't do that with https submodules easily.
Detailed steps on how to reproduce the bug
Run
git clone --recurse-submodules https://github.com/Tracktion/tracktion_engine.git
What is the expected behaviour?
It clones the repo
Unit test to reproduce the error?
Operating systems
macOS
What versions of the operating systems?
macOS Sonoma 14.5
Architectures
ARM
Stacktrace
Plug-in formats (if applicable)
No response
Plug-in host applications (DAWs) (if applicable)
No response
Testing on the
develop
branchThe bug is present on the
develop
branchCode of Conduct