Skip to content

Commit

Permalink
Fixed Arduino CI workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Mar 27, 2024
1 parent 0226354 commit 94583b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library src --build-path build examples/model_on_sd/model_on_sd.ino
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library src --build-path build examples/xor_example/xor_example.ino
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library src --library fabgl --build-path build examples/ili9341_example/ili9341_example.ino
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library src --library fabgl --build-path build examples/ili9341_xor/ili9341_xor.ino
- name: Build Arduino library on RP2040
run: |
Expand Down

0 comments on commit 94583b3

Please sign in to comment.