Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Adding WiFiNINA as CI build dependency, since apparently the micro-RO…
…S pre-built lib has been built with it.
  • Loading branch information
aentinger committed May 17, 2022
commit 435db226110ad55a83db453c4c56045d4c1a7eb3
1 change: 1 addition & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- source-path: ./
# Additional library dependencies can be listed here.
# See: https://github.com/arduino/compile-sketches#libraries
- name: WiFiNINA
- source-url: https://github.com/micro-ROS/micro_ros_arduino/archive/refs/tags/v2.0.4-galactic.zip
sketch-paths: |
- examples
Expand Down