Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Jan 2, 2025
1 parent d4ba848 commit 634fced
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- board: "nucleo_f401re"
example: "multiled_mbed"
extra_flags: --project-option="framework=mbed"
ext: cpp

steps:
- name: checkout code
Expand All @@ -82,6 +83,7 @@ jobs:
- name: build examples
run: |-
EXT=${{matrix.ext}}
pio ci --board=${{matrix.board}} --lib="src" --lib="examples/${{matrix.example}}"\
examples/${{matrix.example}}/${{matrix.example}}.ino ${{matrix.extra_flags}}
examples/${{matrix.example}}/${{matrix.example}}.${EXT:-ino} ${{matrix.extra_flags}}

0 comments on commit 634fced

Please sign in to comment.