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 634fced commit 102b985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ jobs:
- name: build examples
run: |-
EXT=${{matrix.ext}}
pio ci --board=${{matrix.board}} --lib="src" --lib="examples/${{matrix.example}}"\
examples/${{matrix.example}}/${{matrix.example}}.${EXT:-ino} ${{matrix.extra_flags}}
pio ci --board="${{matrix.board}}" --lib="src" --lib="examples/${{matrix.example}}" \
"examples/${{matrix.example}}/${{matrix.example}}.${EXT:-ino}" ${{matrix.extra_flags}}

0 comments on commit 102b985

Please sign in to comment.