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
{{ message }}
This repository was archived by the owner on Feb 28, 2024. It is now read-only.
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.
Copy file name to clipboardExpand all lines: .github/workflows/compile-examples.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,13 @@ jobs:
64
64
- name: Compile example sketches
65
65
uses: arduino/compile-sketches@main
66
66
with:
67
-
fqbn: arduino-beta:mbed:envie_m7
67
+
fqbn: arduino:mbed:envie_m7
68
68
platforms: |
69
69
# Install Arduino mbed-Enabled Boards via Boards Manager for the toolchain
70
-
- name: arduino-beta:mbed
70
+
- name: arduino:mbed
71
71
# 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