From 102b9856d7d4447bd04fdc5d4dc00cff55ce6c98 Mon Sep 17 00:00:00 2001 From: Jan Delgado Date: Thu, 2 Jan 2025 21:07:58 +0100 Subject: [PATCH] fix --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3a426bc..bc45e1e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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}}