You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Portenta 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.
# Install Arduino mbed-Enabled Boards via Boards Manager for the toolchain
109
-
- name: arduino-beta:mbed
109
+
- name: arduino:mbed
110
110
# 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)
0 commit comments