File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -81,19 +81,12 @@ jobs:
81
81
# The arduino/actions/libraries/compile-examples action will install the platform from this path
82
82
path : ${{ env.ARDUINOCORE_MBED_STAGING_PATH }}
83
83
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
-
89
84
- name : Checkout ArduinoCore-API
90
85
# This step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
91
86
if : matrix.board.platform-name == 'arduino:mbed'
92
87
uses : actions/checkout@v2
93
88
with :
94
89
repository : arduino/ArduinoCore-API
95
- # As specified at https://github.com/arduino/ArduinoCore-mbed/blob/master/README.md#installation
96
- ref : namespace_arduino
97
90
path : ${{ env.ARDUINOCORE_API_STAGING_PATH }}
98
91
99
92
- name : Install ArduinoCore-API
You can’t perform that action at this time.
0 commit comments