Skip to content

Commit a97af07

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 e7586c2 commit a97af07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
3838
- name: Initialize
3939
run: |
40-
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/
40+
west blobs fetch arduinocore-zephyr
4241
4342
- name: Setup Rust toolchain
4443
run: |

0 commit comments

Comments
 (0)