Skip to content

Commit 37ad688

Browse files
committed
CI: Add west blobs fetch instead of copy api directory
Since ArduinoCore-API has been made into a blob, the CI procedure will be modified. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent a1466c1 commit 37ad688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Initialize
3939
run: |
4040
git clone https://github.com/arduino/ArduinoCore-API.git $MODULE_PATH/../ArduinoCore-API
41-
cp -rfp $MODULE_PATH/../ArduinoCore-API/api $MODULE_PATH/cores/arduino/
41+
west blobs fetch arduinocore-api
4242
4343
- name: Build fade
4444
run: |

0 commit comments

Comments
 (0)