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 8
8
9
9
env :
10
10
# libraries to install for all boards
11
- UNIVERSAL_LIBRARIES : " MFRC522"
11
+ UNIVERSAL_LIBRARIES : ' "MFRC522" "Servo" '
12
12
# sketch paths to compile (recursive) for all boards
13
13
UNIVERSAL_SKETCH_PATHS : ' "extras/examples" "libraries/Wire" "libraries/SPI" "libraries/SoftwareSerial" "libraries/EEPROM"'
14
14
56
56
uses : actions/checkout@v2
57
57
with :
58
58
repository : arduino/arduino-examples
59
- path : extras/examples
59
+ path : extras
60
+
61
+ - name : Delete incompatible examples
62
+ 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"
60
63
61
64
- name : Compile examples
62
65
uses : arduino/actions/libraries/compile-examples@master
68
71
- name: ArduinoHttpClient
69
72
- name: Adafruit FONA Library
70
73
- name: MegunoLink
74
+ - name: Servo
71
75
platforms : |
72
76
# Use Board Manager to install the latest release of Arduino megaAVR Boards to get the toolchain
73
77
- name: "arduino:megaavr"
You can’t perform that action at this time.
0 commit comments