File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ jobs:
25
25
- name : Build fade
26
26
working-directory : Arduino-Zephyr-API
27
27
run : |
28
- west build -p -b arduino_nano_33_ble_sense samples/fade
28
+ west build -p -b arduino_nano_33_ble/nrf52840/sense samples/fade
29
29
30
30
- name : Build i2cdemo
31
31
working-directory : Arduino-Zephyr-API
32
32
run : |
33
- west build -p -b arduino_nano_33_ble_sense samples/i2cdemo
33
+ west build -p -b arduino_nano_33_ble/nrf52840/sense samples/i2cdemo
34
34
35
35
- name : Build adc
36
36
working-directory : Arduino-Zephyr-API
37
37
run : |
38
- west build -p -b beagleconnect_freedom samples/analog_input
38
+ west build -p -b beagleconnect_freedom/cc1352p7 samples/analog_input
39
39
40
40
- name : Archive firmware
41
41
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments