Skip to content

Commit 289fbc4

Browse files
authored
Mbed core doesn't ship api symlink anymore
1 parent 8e2a3c6 commit 289fbc4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/compile-examples.yml

-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ jobs:
5858
# the arduino/actions/libraries/compile-examples action will install the platform from this path
5959
path: ${{ env.ARDUINOCORE_MBED_STAGING_PATH }}
6060

61-
- name: Remove ArduinoCore-API symlink from Arduino mbed-Enabled Boards platform
62-
# this step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
63-
run: rm "${{ env.ARDUINOCORE_MBED_STAGING_PATH }}/cores/arduino/api"
64-
6561
- name: Checkout ArduinoCore-API
6662
# this step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
6763
uses: actions/checkout@v2

0 commit comments

Comments
 (0)