From fed6ed3ff0b311454770b8ce45215966d5664942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Sun, 26 May 2024 21:06:26 -0400 Subject: [PATCH] [processes] Add contextfree art addon --- ci/common.deps.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/common.deps.sh b/ci/common.deps.sh index 006ffd97af..95bc88dc61 100644 --- a/ci/common.deps.sh +++ b/ci/common.deps.sh @@ -30,6 +30,11 @@ fi if [[ ! -d score-addon-ultraleap ]]; then git clone --recursive -j16 https://github.com/ossia/score-addon-ultraleap fi + +if [[ ! -d score-addon-contextfree ]]; then + git clone --recursive -j16 https://github.com/ossia/score-addon-contextfree +fi + )