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

Commit ba993dc

Browse files
authored
Fix: envie_m4 is no longer a valid FQBN. (#15)
1 parent 72b55ae commit ba993dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- fqbn: arduino:mbed_portenta:envie_m7
5959
platforms: |
6060
- name: arduino:mbed_portenta
61-
- fqbn: arduino:mbed_portenta:envie_m4
61+
- fqbn: arduino:mbed_portenta:envie_m7:target_core=cm4
6262
platforms: |
6363
- name: arduino:mbed_portenta
6464
- fqbn: arduino:mbed_nano:nano33ble
@@ -94,6 +94,7 @@ jobs:
9494
platforms: ${{ matrix.board.platforms }}
9595
libraries: ${{ env.LIBRARIES }}
9696
enable-deltas-report: true
97+
github-token: ${{ secrets.GITHUB_TOKEN }}
9798
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
9899

99100
- name: Save memory usage change report as artifact

0 commit comments

Comments
 (0)