Skip to content

Commit 730b0e2

Browse files
committed
Remove api symlink deletion step from CI workflow
The symlink for ArduinoCore-API in the Mbed OS Boards core library has been removed. This resulted in the step of the "Compile Examples" CI workflow that removes the now non-existent symlink to fail.
1 parent b18076e commit 730b0e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ 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'

0 commit comments

Comments
 (0)