From 7d8eb5d2b36916db848f00b74e4f70d5f87ce069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Sun, 9 Jun 2024 15:02:18 -0400 Subject: [PATCH] [ci] Try to add BLE support --- ci/common.deps.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 + + )