Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit d8634b4

Browse files
authored
Merge pull request #31 from per1234/update-portenta-fqbn
Update platform in Compile Examples CI workflow
2 parents e38af8d + a81d0ae commit d8634b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/compile-examples.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ jobs:
6464
- name: Compile example sketches
6565
uses: arduino/compile-sketches@main
6666
with:
67-
fqbn: arduino-beta:mbed:envie_m7
67+
fqbn: arduino:mbed:envie_m7
6868
platforms: |
6969
# Install Arduino mbed-Enabled Boards via Boards Manager for the toolchain
70-
- name: arduino-beta:mbed
70+
- name: arduino:mbed
7171
# Overwrite the Arduino mbed-Enabled Boards release version with version from the tip of the master branch (located in local path because of the need to first install ArduinoCore-API)
7272
- source-path: extras/ArduinoCore-mbed
73-
name: arduino-beta:mbed
73+
name: arduino:mbed
7474
enable-deltas-report: true
7575
enable-warnings-report: true
7676
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)