Skip to content

Commit dbfb0e2

Browse files
authored
Merge pull request #46 from per1234/update-mbed-ci
Update CI workflow to correctly install ArduinoCore-API in arduino:mbed core
2 parents b18076e + 3b0e185 commit dbfb0e2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,12 @@ jobs:
8181
# The arduino/actions/libraries/compile-examples action will install the platform from this path
8282
path: ${{ env.ARDUINOCORE_MBED_STAGING_PATH }}
8383

84-
- name: Remove ArduinoCore-API symlink from Arduino mbed-Enabled Boards platform
85-
# This step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
86-
if: matrix.board.platform-name == 'arduino:mbed'
87-
run: rm "${{ env.ARDUINOCORE_MBED_STAGING_PATH }}/cores/arduino/api"
88-
8984
- name: Checkout ArduinoCore-API
9085
# This step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
9186
if: matrix.board.platform-name == 'arduino:mbed'
9287
uses: actions/checkout@v2
9388
with:
9489
repository: arduino/ArduinoCore-API
95-
# As specified at https://github.com/arduino/ArduinoCore-mbed/blob/master/README.md#installation
96-
ref: namespace_arduino
9790
path: ${{ env.ARDUINOCORE_API_STAGING_PATH }}
9891

9992
- name: Install ArduinoCore-API

0 commit comments

Comments
 (0)