Skip to content

Commit 404c7a8

Browse files
committed
addons: add onnx addon
1 parent 7dca8d9 commit 404c7a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/common.deps.sh

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ if [[ ! -d score-addon-puara ]]; then
5555
git clone --recursive -j16 https://github.com/ossia/score-addon-puara
5656
fi
5757

58+
if [[ ! -d score-addon-onnx ]]; then
59+
git clone --recursive -j16 https://github.com/ossia/score-addon-onnx
60+
fi
61+
5862
)
5963

6064

0 commit comments

Comments
 (0)