Skip to content

Commit

Permalink
Remove api symlink deletion step from CI workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
per1234 authored and facchinm committed Dec 14, 2020
1 parent fef8616 commit eebf730
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ jobs:
repository: arduino/ArduinoCore-API
path: ArduinoCore-API

- name: Remove old symlink to api
run: rm "$GITHUB_WORKSPACE/cores/arduino/api"

- name: Install ArduinoCore-API
run: mv "$GITHUB_WORKSPACE/ArduinoCore-API/api" "$GITHUB_WORKSPACE/cores/arduino"

Expand Down

0 comments on commit eebf730

Please sign in to comment.