File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments