Skip to content

Commit

Permalink
Update boards.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
P-R-O-C-H-Y committed Jun 17, 2024
1 parent f8d0186 commit c203bf7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/boards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}

Expand All @@ -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
Expand Down

0 comments on commit c203bf7

Please sign in to comment.