Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Jan 2, 2025
1 parent d463508 commit 72a0690
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@ jobs:
- name: build examples
run: |-
# the mbed examples explicitely sets the extension to cpp, default is inp
# the mbed examples explicitely sets the extension to cpp, default is ino
EXT=${{matrix.ext || 'ino'}}
# the morse example needs --lib examples/morese, so we set the path
# for all examples.
pio ci --board="${{matrix.board}}" \
--lib="src" ${{matrix.extra_libs}} \
${{matrix.extra_flags}} \
Expand Down

0 comments on commit 72a0690

Please sign in to comment.