From 2dc4ef2fbd7e81e8d97ced0f99c56a2994253ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Thu, 19 Dec 2024 17:21:12 -0500 Subject: [PATCH] addons: add onnx addon --- ci/common.deps.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/common.deps.sh b/ci/common.deps.sh index e67dfe2ecc..2aa05f7b6f 100755 --- a/ci/common.deps.sh +++ b/ci/common.deps.sh @@ -55,6 +55,10 @@ if [[ ! -d score-addon-puara ]]; then git clone --recursive -j16 https://github.com/ossia/score-addon-puara fi +if [[ ! -d score-addon-onnx ]]; then + git clone --recursive -j16 https://github.com/ossia/score-addon-onnx +fi + )