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

Commit a81d0ae

Browse files
authored
Update platform in Compile Examples CI workflow
The beta phase `arduino-beta:mbed` boards platform of the Portenta H7 has been deprecated, which will cause platform installation during the compilation check CI to fail if the old name is used.
1 parent e38af8d commit a81d0ae

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)