From c203bf790e2ef122f23e059fd3a6768a60be6283 Mon Sep 17 00:00:00 2001 From: Jan Prochazka <90197375+P-R-O-C-H-Y@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:11:55 +0200 Subject: [PATCH] Update boards.yml --- .github/workflows/boards.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/boards.yml b/.github/workflows/boards.yml index cc19956dee5..fd84674bcb5 100644 --- a/.github/workflows/boards.yml +++ b/.github/workflows/boards.yml @@ -36,11 +36,6 @@ jobs: runs-on: ubuntu-latest if: needs.find-boards.outputs.fqbns != '' - env: - REPOSITORY: | - - source-path: '.' - name: "espressif:esp32" - strategy: matrix: ${{ fromJson(needs.find-boards.outputs.fqbns) }} @@ -63,7 +58,8 @@ jobs: uses: P-R-O-C-H-Y/compile-sketches@sync with: platforms: | - ${{ env.REPOSITORY }} + - source-path: '.' + name: "espressif:esp32" fqbn: ${{ matrix.fqbn }} use-json-file: false enable-deltas-report: false