Skip to content

Commit eebf730

Browse files
per1234facchinm
authored andcommitted
Remove api symlink deletion step from CI workflow
The symlink in the core library for ArduinoCore-API has been removed, resulting in the step of the CI workflow to remove the now-nonexistent symlink was failing.
1 parent fef8616 commit eebf730

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ jobs:
5858
repository: arduino/ArduinoCore-API
5959
path: ArduinoCore-API
6060

61-
- name: Remove old symlink to api
62-
run: rm "$GITHUB_WORKSPACE/cores/arduino/api"
63-
6461
- name: Install ArduinoCore-API
6562
run: mv "$GITHUB_WORKSPACE/ArduinoCore-API/api" "$GITHUB_WORKSPACE/cores/arduino"
6663

0 commit comments

Comments
 (0)