Skip to content

Commit 3ca98b6

Browse files
Update compile-sketch.yml
1 parent 364ecad commit 3ca98b6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ jobs:
8282
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
8383
version: 3.1.2
8484
sketch-paths: |
85-
- examples/ml_epiano_example
85+
# - examples/ml_epiano_example
8686
- examples/ml_mod_tracker
87-
- examples/ml_synth_basic_example
88-
- examples/ml_synth_fm_example
89-
- examples/ml_synth_multi_saw_example
87+
# - examples/ml_synth_basic_example
88+
# - examples/ml_synth_fm_example
89+
# - examples/ml_synth_multi_saw_example
9090
- examples/ml_synth_organ_example
91-
- examples/ml_synth_pwm_osc_example
92-
- examples/ml_synth_sampler_example
91+
# - examples/ml_synth_pwm_osc_example
92+
# - examples/ml_synth_sampler_example
9393
libraries: |
9494
- source-url: https://github.com/marcel-licence/ML_SynthTools.git
9595
name: ML_SynthTools
@@ -158,6 +158,8 @@ jobs:
158158
159159
build_teensy:
160160

161+
if: false
162+
161163
name: build teensy
162164

163165
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)