File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 68
68
path : extras
69
69
70
70
- name : Delete incompatible examples
71
- run : rm -r "$GITHUB_WORKSPACE/extras/examples/09.USB" && rm -r "$GITHUB_WORKSPACE/extras/examples/10.StarterKit_BasicKit/p11_CrystalBall" && rm -r "$GITHUB_WORKSPACE/extras/examples/10.StarterKit_BasicKit/p13_TouchSensorLamp"
71
+ run : |
72
+ # These boards do not support native USB
73
+ rm -r "$GITHUB_WORKSPACE/extras/examples/09.USB"
74
+ # The next command can be removed after the core integration with ArduinoCore-API
75
+ rm -r "$GITHUB_WORKSPACE/extras/examples/10.StarterKit_BasicKit/p11_CrystalBall"
76
+ # CapacitiveSensor library does not support megaAVR core yet
77
+ rm -r "$GITHUB_WORKSPACE/extras/examples/10.StarterKit_BasicKit/p13_TouchSensorLamp"
72
78
73
79
- name : Compile examples
74
80
uses : arduino/actions/libraries/compile-examples@master
You can’t perform that action at this time.
0 commit comments