Skip to content

Commit a643045

Browse files
authored
Update compile-sketches.yml
1 parent 5c0a9c1 commit a643045

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/compile-sketches.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@ on: [push, pull_request]
22
jobs:
33
compile-sketches:
44
runs-on: ubuntu-latest
5+
6+
strategy:
7+
matrix:
8+
fqbn:
9+
- esp32:esp32:esp32
10+
- rp2040:rp2040:pico
11+
512
steps:
613
- uses: actions/checkout@v4
714
- uses: arduino/compile-sketches@v1
815
with:
9-
fqbn: esp32:esp32:esp32
16+
fqbn: ${{m atrix.fqbn }}
17+

0 commit comments

Comments
 (0)