File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -282,10 +282,14 @@ jobs:
282282 run : |
283283 mkdir -p ~/Arduino/libraries
284284
285- git clone --depth 1 https://github.com/marcel-licence/ML_SynthTools.git \
285+ git clone --depth 1 --branch "$REF" https://github.com/marcel-licence/ML_SynthTools.git \
286+ ~/Arduino/libraries/ML_SynthTools \
287+ || git clone --depth 1 https://github.com/marcel-licence/ML_SynthTools.git \
286288 ~/Arduino/libraries/ML_SynthTools
287289
288- git clone --depth 1 https://github.com/marcel-licence/ML_SynthTools_Lib.git \
290+ git clone --depth 1 --branch "$REF" https://github.com/marcel-licence/ML_SynthTools_Lib.git \
291+ ~/Arduino/libraries/ML_SynthTools_Lib \
292+ || git clone --depth 1 https://github.com/marcel-licence/ML_SynthTools_Lib.git \
289293 ~/Arduino/libraries/ML_SynthTools_Lib
290294
291295 - name : Compile Sketch
You can’t perform that action at this time.
0 commit comments