Skip to content

Commit 5813c00

Browse files
fixup! added base CI
1 parent 80d9b4d commit 5813c00

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: .github/workflows/compile-examples.yml

-8
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,8 @@ jobs:
1919
env:
2020
# libraries to install for all boards
2121
UNIVERSAL_LIBRARIES: |
22-
# Install the ArduinoIoTCloud library from the repository
2322
- source-path: ./
24-
- name: Arduino_ConnectionHandler
25-
- name: ArduinoHttpClient
2623
- name: Arduino_DebugUtils
27-
- name: ArduinoMqttClient
28-
- name: Arduino_SecureElement
2924
# sketch paths to compile (recursive) for all boards
3025
UNIVERSAL_SKETCH_PATHS: |
3126
- examples/lzssDecoder
@@ -57,9 +52,6 @@ jobs:
5752
- fqbn: arduino:mbed_portenta:envie_m7
5853
type: mbed_portenta
5954
artifact-name-suffix: arduino-mbed_portenta-envie_m7
60-
- fqbn: esp8266:esp8266:huzzah
61-
type: esp8266
62-
artifact-name-suffix: esp8266-esp8266-huzzah
6355
- fqbn: esp32:esp32:esp32
6456
type: esp32
6557
artifact-name-suffix: esp32-esp32-esp32

0 commit comments

Comments
 (0)