summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <[email protected]>2026-02-03 08:53:14 +0000
committercopilot-swe-agent[bot] <[email protected]>2026-02-03 08:53:14 +0000
commit8a9e493492c8cf8c86543f7c0dff1aa0b4b7f4be (patch)
tree21988617ddbda855b98d5e0e5346454e17f9290c
parenta7b209dbc8b3999a0ba9fd3bedca4edb607f7122 (diff)
Fix Zephyr build: use full board qualifier nrf52840dk/nrf52840
Co-authored-by: hathach <[email protected]>
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e0c1d0a14..5242f7076 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -230,8 +230,8 @@ jobs:
- name: Build
run: |
- west build -b nrf52840dk -d examples/device/cdc_msc/build examples/device/cdc_msc -- -DRTOS=zephyr
- west build -b nrf52840dk -d examples/device/msc_dual_lun/build examples/device/msc_dual_lun -- -DRTOS=zephyr
+ west build -b nrf52840dk/nrf52840 -d examples/device/cdc_msc/build examples/device/cdc_msc -- -DRTOS=zephyr
+ west build -b nrf52840dk/nrf52840 -d examples/device/msc_dual_lun/build examples/device/msc_dual_lun -- -DRTOS=zephyr
# ---------------------------------------
# Hardware in the loop (HIL)