Skip to content

Commit eb40f4b

Browse files
committed
Fix compile examples workflow
1 parent 51833d0 commit eb40f4b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

+6-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ env:
2626
- examples/HTTPClient
2727
- examples/HTTPSClient
2828
- examples/TimeAndLocation
29-
- examples/SMSReceive
29+
- examples/ReceiveSMS
30+
- examples/SendSMS
3031
SKETCHES_REPORTS_PATH: sketches-reports
3132
SKETCHES_REPORTS_ARTIFACT_NAME: sketches-reports
3233

@@ -65,9 +66,10 @@ jobs:
6566
libraries: |
6667
# Install the library from the local path.
6768
- source-path: ./
68-
- name: Arduino_USBHostMbed5
69-
- name: Arduino_POSIXStorage
70-
- name: ArduinoRS485
69+
- name: ArduinoBearSSL
70+
- name: StreamDebugger
71+
- name: TinyGSM
72+
- name: ArduinoHttpClient
7173
# Additional library dependencies can be listed here.
7274
# See: https://github.com/arduino/compile-sketches#libraries
7375
sketch-paths: |

0 commit comments

Comments
 (0)