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

Update platform in Compile Examples CI workflow #31

Merged
merged 1 commit into from
Oct 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
@@ -64,13 +64,13 @@ jobs:
- name: Compile example sketches
uses: arduino/compile-sketches@main
with:
fqbn: arduino-beta:mbed:envie_m7
fqbn: arduino:mbed:envie_m7
platforms: |
# Install Arduino mbed-Enabled Boards via Boards Manager for the toolchain
- name: arduino-beta:mbed
- name: arduino:mbed
# 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)
- source-path: extras/ArduinoCore-mbed
name: arduino-beta:mbed
name: arduino:mbed
enable-deltas-report: true
enable-warnings-report: true
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}