Skip to content

Commit

Permalink
[ci] Try to add BLE support
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jun 9, 2024
1 parent d9ad8b9 commit 7d8eb5d
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 @@ -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


)


0 comments on commit 7d8eb5d

Please sign in to comment.