Skip to content

Commit 8097926

Browse files
committed
Remove redundant platform dependency definition
There were two electroniccats:mbed platform dependency definitions listed in the arduino/actions/libraries/compile-examples action's platforms input. The one that specifies the package index URL is the complete one and the other is unnecessary.
1 parent 209e9f0 commit 8097926

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ jobs:
5252
with:
5353
fqbn: ${{ matrix.board.fqbn }}
5454
platforms: |
55+
# Use Board Manager to install the latest release of Arduino mbed Boards to get the toolchain
5556
- source-url: "https://electroniccats.github.io/Arduino_Boards_Index/package_electroniccats_index.json"
5657
name: "electroniccats:mbed"
57-
# Use Board Manager to install the latest release of Arduino mbed Boards to get the toolchain
58-
- name: "electroniccats:mbed"
5958
# Overwrite the Board Manager installation with the local platform
6059
- source-path: "./"
6160
name: "electroniccats:mbed"

0 commit comments

Comments
 (0)