Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/arduino-cli-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,14 @@ jobs:
run: |
mkdir -p ~/Arduino/libraries

git clone --depth 1 https://github.com/marcel-licence/ML_SynthTools.git \
git clone --depth 1 --branch "$REF" https://github.com/marcel-licence/ML_SynthTools.git \
~/Arduino/libraries/ML_SynthTools \
|| git clone --depth 1 https://github.com/marcel-licence/ML_SynthTools.git \
~/Arduino/libraries/ML_SynthTools

git clone --depth 1 https://github.com/marcel-licence/ML_SynthTools_Lib.git \
git clone --depth 1 --branch "$REF" https://github.com/marcel-licence/ML_SynthTools_Lib.git \
~/Arduino/libraries/ML_SynthTools_Lib \
|| git clone --depth 1 https://github.com/marcel-licence/ML_SynthTools_Lib.git \
~/Arduino/libraries/ML_SynthTools_Lib

- name: Compile Sketch
Expand Down