Skip to content

Commit 63c5b2e

Browse files
authored
Merge pull request #15 from per1234/fix-portenta-c33-ci
Fix Portenta C33 job configuration in "Compile Examples" CI workflow
2 parents f5be29c + 75044f3 commit 63c5b2e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/compile-examples.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ jobs:
5252
platforms: |
5353
- name: arduino:mbed_portenta
5454
sketch-paths:
55-
- fqbn: arduino:renesas:portenta_h33
55+
- fqbn: arduino:renesas_portenta:portenta_c33
5656
platforms: |
57-
- name: arduino:renesas
58-
source-url: https://downloads.arduino.cc/packages/package_renesas_index.json
57+
- name: arduino:renesas_portenta
5958
sketch-paths: |
6059
- examples/C33-Low-Power
6160

0 commit comments

Comments
 (0)