Skip to content

Commit

Permalink
ci: Fix PlatformIO build
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Nov 10, 2024
1 parent ef29ee0 commit f7be08e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,4 @@ jobs:
run: pip install --upgrade platformio

- name: Build PlatformIO examples
run: pio ci --lib . --board=megaatmega2560
env:
PLATFORMIO_CI_SRC: ${{ matrix.examples }}
run: pio ci --lib . --board=megaatmega2560 ${{ matrix.examples }}

0 comments on commit f7be08e

Please sign in to comment.