Skip to content

Commit

Permalink
Update .arduino-ci.yml
Browse files Browse the repository at this point in the history
attempt to add lib dependency
  • Loading branch information
ripred authored Jan 12, 2024
1 parent fb96905 commit 2f572d9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .arduino-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,17 @@ platforms:
- ARDUINO_ARCH_RP2040
warnings:
flags:
lib_deps:
- SoftwareSerial

packages:
rp2040:rp2040:
url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json

compile:
# Choosing to run compilation tests on 5 different Arduino platforms
platforms:
- uno
# - due
# - zero
# - leonardo
- m4
- esp32
- esp8266
# - mega2560
- rpipico

0 comments on commit 2f572d9

Please sign in to comment.