Skip to content

Commit

Permalink
[rpi] Add experimental led addon
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Aug 12, 2024
1 parent 7e580ac commit 61b5ce3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/common.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ if [[ ! -d score-addon-ble ]]; then
git clone --recursive -j16 https://github.com/ossia/score-addon-ble
fi

if [[ ! -d score-addon-led ]]; then
git clone --recursive -j16 https://github.com/ossia/score-addon-led
fi


)

Expand Down

0 comments on commit 61b5ce3

Please sign in to comment.