We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d9b4d commit 5813c00Copy full SHA for 5813c00
.github/workflows/compile-examples.yml
@@ -19,13 +19,8 @@ jobs:
19
env:
20
# libraries to install for all boards
21
UNIVERSAL_LIBRARIES: |
22
- # Install the ArduinoIoTCloud library from the repository
23
- source-path: ./
24
- - name: Arduino_ConnectionHandler
25
- - name: ArduinoHttpClient
26
- name: Arduino_DebugUtils
27
- - name: ArduinoMqttClient
28
- - name: Arduino_SecureElement
29
# sketch paths to compile (recursive) for all boards
30
UNIVERSAL_SKETCH_PATHS: |
31
- examples/lzssDecoder
@@ -57,9 +52,6 @@ jobs:
57
52
- fqbn: arduino:mbed_portenta:envie_m7
58
53
type: mbed_portenta
59
54
artifact-name-suffix: arduino-mbed_portenta-envie_m7
60
- - fqbn: esp8266:esp8266:huzzah
61
- type: esp8266
62
- artifact-name-suffix: esp8266-esp8266-huzzah
63
55
- fqbn: esp32:esp32:esp32
64
56
type: esp32
65
artifact-name-suffix: esp32-esp32-esp32
0 commit comments