Skip to content

Commit

Permalink
Fix compile examples workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebromero committed Apr 9, 2024
1 parent 51833d0 commit eb40f4b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ env:
- examples/HTTPClient
- examples/HTTPSClient
- examples/TimeAndLocation
- examples/SMSReceive
- examples/ReceiveSMS
- examples/SendSMS
SKETCHES_REPORTS_PATH: sketches-reports
SKETCHES_REPORTS_ARTIFACT_NAME: sketches-reports

Expand Down Expand Up @@ -65,9 +66,10 @@ jobs:
libraries: |
# Install the library from the local path.
- source-path: ./
- name: Arduino_USBHostMbed5
- name: Arduino_POSIXStorage
- name: ArduinoRS485
- name: ArduinoBearSSL
- name: StreamDebugger
- name: TinyGSM
- name: ArduinoHttpClient
# Additional library dependencies can be listed here.
# See: https://github.com/arduino/compile-sketches#libraries
sketch-paths: |
Expand Down

0 comments on commit eb40f4b

Please sign in to comment.