We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21a3351 + 289fbc4 commit 01aca72Copy full SHA for 01aca72
.github/workflows/compile-examples.yml
@@ -58,10 +58,6 @@ jobs:
58
# the arduino/actions/libraries/compile-examples action will install the platform from this path
59
path: ${{ env.ARDUINOCORE_MBED_STAGING_PATH }}
60
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
-
65
- name: Checkout ArduinoCore-API
66
# this step only needed when the Arduino mbed-Enabled Boards platform sourced from the repository is being used
67
uses: actions/checkout@v2
0 commit comments