diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ea2ac0..b4c88e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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}} \