Closed aure closed 4 years ago
Even when quoted:
arena https://github.com/AudioKit/AudioKit@branch:v5-develop arena "https://github.com/AudioKit/AudioKit@branch:v5-develop" arena https://github.com/AudioKit/AudioKit@branch:"v5-develop"
all give
Error: The value 'https://github.com/AudioKit/AudioKit@branch:v5-develop' is invalid for <dependencies>
whereas
aure$ arena https://github.com/AudioKit/AudioKit@branch:arena ➡️ Package: https://github.com/AudioKit/AudioKit @ branch("arena")
builds the playground.
Hi Aurelius, thanks for the bug report! Interestingly, it's not the hyphen - I forgot to add numbers to the allowed characters 😅
Thanks for addressing out so quickly!
Even when quoted:
all give
Error: The value 'https://github.com/AudioKit/AudioKit@branch:v5-develop' is invalid for <dependencies>
whereas
builds the playground.