Skip to content

Commit e543ec1

Browse files
committed
CI: update board name
Changed boards to be specified by their normalized names. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 9d92355 commit e543ec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ jobs:
2525
- name: Build fade
2626
working-directory: Arduino-Zephyr-API
2727
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
2929
3030
- name: Build i2cdemo
3131
working-directory: Arduino-Zephyr-API
3232
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
3434
3535
- name: Build adc
3636
working-directory: Arduino-Zephyr-API
3737
run: |
38-
west build -p -b beagleconnect_freedom samples/analog_input
38+
west build -p -b beagleconnect_freedom/cc1352p7 samples/analog_input
3939
4040
- name: Archive firmware
4141
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)