summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <[email protected]>2026-02-03 10:07:27 +0000
committercopilot-swe-agent[bot] <[email protected]>2026-02-03 10:07:27 +0000
commitd1486d4fd346c9f92505432d3b737bbf766d46e1 (patch)
treeb780806a878882947847efe54cfb4de650a91020 /.github/workflows
parent8a9e493492c8cf8c86543f7c0dff1aa0b4b7f4be (diff)
Revert Zephyr build fix - not our bug to fix
Co-authored-by: hathach <[email protected]>
Diffstat (limited to '.github/workflows')
-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 5242f7076..e0c1d0a14 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -230,8 +230,8 @@ jobs:
- name: Build
run: |
- 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
+ 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
# ---------------------------------------
# Hardware in the loop (HIL)