File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
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- SUBPATH : modules/lib/ArduinoCore-zephyr
13+ SUBPATH : zephyrproject/ modules/lib/ArduinoCore-zephyr
1414 steps :
1515 - uses : actions/checkout@v4
1616 with :
3232 with :
3333 toolchains : arm-zephyr-eabi
3434 sdk-version : 0.16.8
35- app-path : ArduinoCore-zephyr
35+ app-path : zephyrproject
3636 manifest-file-name : ${{ env.SUBPATH }}/west.yml
3737 west-project-filter : ${{ env.HAL_FILTER }}
3838
@@ -41,13 +41,16 @@ jobs:
4141 echo EXTRA_ZEPHYR_MODULES="$(pwd)/${{ env.SUBPATH }}" >> $GITHUB_ENV
4242
4343 - name : Build fade
44+ working-directory : zephyrproject
4445 run : |
4546 west build -p -b arduino_nano_33_ble//sense modules/lib/ArduinoCore-zephyr/samples/fade
4647
4748 - name : Build i2cdemo
49+ working-directory : zephyrproject
4850 run : |
4951 west build -p -b ek_ra8d1 modules/lib/ArduinoCore-zephyr/samples/i2cdemo
5052
5153 - name : Build adc
54+ working-directory : zephyrproject
5255 run : |
5356 west build -p -b arduino_nano_33_ble/nrf52840/sense modules/lib/ArduinoCore-zephyr/samples/analog_input
You can’t perform that action at this time.
0 commit comments