Skip to content

Commit da9704c

Browse files
committed
2 parents d3b8e7a + 3071f6e commit da9704c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
run: |
7070
if [[ $(grep -r api platform.txt) ]]; then echo "::set-output name=IS_API::true"; fi
7171
- name: Install ArduinoCore-API
72-
# run: rm "$GITHUB_WORKSPACE/cores/arduino/api" && mv "$GITHUB_WORKSPACE/extras/ArduinoCore-API/api" "$GITHUB_WORKSPACE/cores/arduino"
73-
run: mv "$GITHUB_WORKSPACE/extras/ArduinoCore-API/api" "$GITHUB_WORKSPACE/cores/arduino"
72+
run: rm "$GITHUB_WORKSPACE/cores/arduino/api" && mv "$GITHUB_WORKSPACE/extras/ArduinoCore-API/api" "$GITHUB_WORKSPACE/cores/arduino"
73+
# run: mv "$GITHUB_WORKSPACE/extras/ArduinoCore-API/api" "$GITHUB_WORKSPACE/cores/arduino"
7474
if: steps.checkapi.outputs.IS_API == 'true'
7575

7676
- name: List files in core

0 commit comments

Comments
 (0)