File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010 env :
1111 CMAKE_PREFIX_PATH : /opt/toolchains
1212 CCACHE_IGNOREOPTIONS : -specs=*
13- MODULE_PATH : ../modules/lib/ArduinoCore-zephyr
13+ MODULE_PATH : ../modules/lib/Arduino-Zephyr-API
1414
1515 steps :
1616 - name : Checkout
@@ -31,14 +31,14 @@ jobs:
3131 manifest-file-name : ${{ env.MODULE_PATH }}/west.yml
3232 enable-ccache : false
3333
34+ - name : Add manifest path as module
35+ run : |
36+ echo EXTRA_ZEPHYR_MODULES="$(pwd)/$MODULE_PATH" >> $GITHUB_ENV
37+
3438 - name : Initialize
3539 run : |
36- west init -l Arduino-Zephyr-API/
37- west update
38- git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
39- mkdir -p modules/lib
40- ln -s Arduino-Zephyr-API modules/lib/
41- cp -rfp ArduinoCore-API/api Arduino-Zephyr-API/cores/arduino/
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/
4242
4343 - name : Build fade
4444 run : |
You can’t perform that action at this time.
0 commit comments