Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 5c48c14

Browse files
authored
Remove api symlink deletion step from CI workflow (#40)
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 e940110 commit 5c48c14

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/compile-examples.yml

-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
# The arduino/actions/libraries/compile-examples action will install the platform from this path
4747
path: ${{ env.ARDUINOCORE_MBED_STAGING_PATH }}
4848

49-
- name: Remove ArduinoCore-API symlink from Arduino mbed-Enabled Boards platform
50-
run: rm "${{ env.ARDUINOCORE_MBED_STAGING_PATH }}/cores/arduino/api"
51-
5249
- name: Checkout ArduinoCore-API
5350
uses: actions/checkout@v2
5451
with:

0 commit comments

Comments
 (0)