We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51833d0 commit eb40f4bCopy full SHA for eb40f4b
.github/workflows/compile-examples.yml
@@ -26,7 +26,8 @@ env:
26
- examples/HTTPClient
27
- examples/HTTPSClient
28
- examples/TimeAndLocation
29
- - examples/SMSReceive
+ - examples/ReceiveSMS
30
+ - examples/SendSMS
31
SKETCHES_REPORTS_PATH: sketches-reports
32
SKETCHES_REPORTS_ARTIFACT_NAME: sketches-reports
33
@@ -65,9 +66,10 @@ jobs:
65
66
libraries: |
67
# Install the library from the local path.
68
- source-path: ./
- - name: Arduino_USBHostMbed5
69
- - name: Arduino_POSIXStorage
70
- - name: ArduinoRS485
+ - name: ArduinoBearSSL
+ - name: StreamDebugger
71
+ - name: TinyGSM
72
+ - name: ArduinoHttpClient
73
# Additional library dependencies can be listed here.
74
# See: https://github.com/arduino/compile-sketches#libraries
75
sketch-paths: |
0 commit comments