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 7896791 commit ba39e63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ jobs:
- name: build examples
run: |-
pio ci --board=${{matrix.board}} --lib="src" --lib="examples/$${{matrix.example}}"\
pio ci --board=${{matrix.board}} --lib="src" --lib="examples/${{matrix.example}}"\
examples/${{matrix.example}}/${{matrix.example}}.ino ${{matrix.extra_flags}}

0 comments on commit ba39e63

Please sign in to comment.