Skip to content

Commit c203bf7

Browse files
committed
Update boards.yml
1 parent f8d0186 commit c203bf7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/boards.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
runs-on: ubuntu-latest
3737
if: needs.find-boards.outputs.fqbns != ''
3838

39-
env:
40-
REPOSITORY: |
41-
- source-path: '.'
42-
name: "espressif:esp32"
43-
4439
strategy:
4540
matrix: ${{ fromJson(needs.find-boards.outputs.fqbns) }}
4641

@@ -63,7 +58,8 @@ jobs:
6358
uses: P-R-O-C-H-Y/compile-sketches@sync
6459
with:
6560
platforms: |
66-
${{ env.REPOSITORY }}
61+
- source-path: '.'
62+
name: "espressif:esp32"
6763
fqbn: ${{ matrix.fqbn }}
6864
use-json-file: false
6965
enable-deltas-report: false

0 commit comments

Comments
 (0)