Skip to content

Commit

Permalink
Update CI workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Mar 8, 2024
1 parent ab3c9ab commit 81ff2c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ jobs:
- name: Build Arduino library
run: |
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library Arduino-List --library src --build-path build examples/full_example/full_example.ino
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library Arduino-List --library fabgl --library src --build-path build examples/ili9341_example/ili9341_example.ino
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library Arduino-List --library src --build-path build examples/shell_example/shell_example.ino
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library Arduino-List --library fabgl --library src --build-path build examples/shell_example/shell_example.ino

0 comments on commit 81ff2c5

Please sign in to comment.