File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 1- name : Build Test
1+ name : Build
22
33on : [push, pull_request]
44
99 env :
1010 CMAKE_PREFIX_PATH : /opt/toolchains
1111 steps :
12+ - name : Checkout
13+ uses : actions/checkout@v2
14+ with :
15+ path : Arduino-Zephyr-API
16+
1217 - name : Initialize
1318 working-directory : Arduino-Zephyr-API
1419 run : |
1924 mv ArduinoCore-API/api/tmpArduinoAPI.h ArduinoCore-API/api/ArduinoAPI.h
2025 cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
2126
22- - name : Checkout
23- uses : actions/checkout@v3
24- with :
25- ref : ${{ github.event.pull_request.head.sha }}
26- fetch-depth : 0
27- persist-credentials : false
28- path : modules/lib/Arduino-Zephyr-API
29-
3027 - name : Build fade
3128 working-directory : Arduino-Zephyr-API
3229 run : |
You can’t perform that action at this time.
0 commit comments