diff --git a/ci/common.deps.sh b/ci/common.deps.sh index 95bc88dc61..6468d2b022 100644 --- a/ci/common.deps.sh +++ b/ci/common.deps.sh @@ -35,6 +35,11 @@ if [[ ! -d score-addon-contextfree ]]; then git clone --recursive -j16 https://github.com/ossia/score-addon-contextfree fi +if [[ ! -d score-addon-ble ]]; then + git clone --recursive -j16 https://github.com/ossia/score-addon-ble +fi + + )