Skip to content

Commit 385ea7a

Browse files
Merge pull request #61 from marcel-licence/add_support_for_more_targets
Update compile-sketch.yml
2 parents f427354 + ace42b9 commit 385ea7a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
198198
build_teensy:
199199

200-
if: false
200+
if: true
201201

202202
name: build teensy
203203

@@ -221,16 +221,16 @@ jobs:
221221
platforms: |
222222
- name: teensy:avr
223223
source-url: https://www.pjrc.com/teensy/package_teensy_index.json
224-
version: 1.56.2
224+
version: 1.59.0
225225
sketch-paths: |
226-
- examples/ml_epiano_example
227-
- examples/ml_mod_tracker
226+
#- examples/ml_epiano_example
227+
#- examples/ml_mod_tracker
228228
- examples/ml_synth_basic_example
229229
- examples/ml_synth_fm_example
230-
- examples/ml_synth_multi_saw_example
231-
- examples/ml_synth_organ_example
232-
- examples/ml_synth_pwm_osc_example
233-
- examples/ml_synth_sampler_example
230+
#- examples/ml_synth_multi_saw_example
231+
#- examples/ml_synth_organ_example
232+
#- examples/ml_synth_pwm_osc_example
233+
#- examples/ml_synth_sampler_example
234234
libraries: |
235235
- source-url: https://github.com/marcel-licence/ML_SynthTools.git
236236
name: ML_SynthTools

0 commit comments

Comments
 (0)