Skip to content

Commit

Permalink
Fix RP2040 FBQN on Arduino CLI for CI workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Mar 22, 2024
1 parent beaf3bf commit 8a24b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
- name: Build Arduino library on RP2040
run: |
arduino-cli compile --fqbn arduino:mbed_rp2040:pico --library src --build-path build examples/model_on_sd/model_on_sd.ino
arduino-cli compile --fqbn arduino:mbed_rp2040:pico --library src --build-path build examples/xor_example/xor_example.ino
arduino-cli compile --fqbn rp2040:rp2040:rpipico --library src --build-path build examples/model_on_sd/model_on_sd.ino
arduino-cli compile --fqbn rp2040:rp2040:rpipico --library src --build-path build examples/xor_example/xor_example.ino

0 comments on commit 8a24b79

Please sign in to comment.