Skip to content

Commit 90879e5

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 92dff93 commit 90879e5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/compile-examples.yml

-5
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,6 @@ jobs:
147147
# the arduino/actions/libraries/compile-examples action will install the platform from this path
148148
path: ${{ env.ARDUINOCORE_MBED_STAGING_PATH }}
149149

150-
- name: Remove ArduinoCore-API symlink from Arduino mbed-Enabled Boards platform
151-
# this step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
152-
if: matrix.board.type == 'mbed'
153-
run: rm "${{ env.ARDUINOCORE_MBED_STAGING_PATH }}/cores/arduino/api"
154-
155150
- name: Checkout ArduinoCore-API
156151
# this step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
157152
if: matrix.board.type == 'mbed'

0 commit comments

Comments
 (0)