Skip to content

Commit 7695787

Browse files
Install arduino:renesas_uno core in the generate-index workflow
1 parent 3c55c6b commit 7695787

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate-index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ jobs:
4646
arduino-cli core install arduino:samd@${{ env.SAMD_V }} -v
4747
arduino-cli core install arduino:megaavr@${{ env.MEGAAVR_V }} -v
4848
arduino-cli core install arduino:mbed_nano@${{ env.MBED_NANO_V }} -v
49+
arduino-cli core install arduino:renesas_uno@${{ env.RENESAS_UNO_V }} -v
4950
env:
5051
SAMD_V: 1.8.11
5152
MEGAAVR_V: 1.8.7
5253
MBED_NANO_V: 2.4.1
54+
RENESAS_UNO_V: 1.0.1
5355

5456
- name: Install dependencies
5557
run: |

0 commit comments

Comments
 (0)