Skip to content

Commit ca186f8

Browse files
authored
Update compile.yml
1 parent 1c7b8e1 commit ca186f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/compile.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
fqbn: Inkplate_Boards:esp32:Inkplate6COLOR
2828
additional-sketch-paths: |
2929
- examples/Inkplate6COLOR
30+
- board:
31+
fqbn: Inkplate_Boards:esp32:Inkplate2
32+
additional-sketch-paths: |
33+
- examples/Inkplate2
3034
steps:
3135
- name: Checkout
3236
uses: actions/checkout@v2
@@ -47,4 +51,4 @@ jobs:
4751
- name: ArduinoJson
4852
- name: Time
4953
sketch-paths: |
50-
${{ matrix.additional-sketch-paths }}
54+
${{ matrix.additional-sketch-paths }}

0 commit comments

Comments
 (0)