We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7458d7 commit 94f7f16Copy full SHA for 94f7f16
.github/workflows/generate-index.yml
@@ -46,10 +46,12 @@ jobs:
46
arduino-cli core install arduino:samd@${{ env.SAMD_V }} -v
47
arduino-cli core install arduino:megaavr@${{ env.MEGAAVR_V }} -v
48
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
50
env:
51
SAMD_V: 1.8.11
52
MEGAAVR_V: 1.8.7
53
MBED_NANO_V: 2.4.1
54
+ RENESAS_UNO_V: 1.0.1
55
56
- name: Install dependencies
57
run: |
0 commit comments