Skip to content

Commit

Permalink
[processes] Add contextfree art addon
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed May 27, 2024
1 parent ea4e943 commit fed6ed3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/common.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

)


0 comments on commit fed6ed3

Please sign in to comment.