diff options
| author | hathach <[email protected]> | 2025-10-13 16:46:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-13 16:46:02 +0700 |
| commit | e0ee32ce6a1655de6dbb86178649c0ec878bd0d0 (patch) | |
| tree | c052248f832035f9a7b0d5c352abaaf63d647c02 /.github/workflows | |
| parent | 84f0cda013c83e8fa61c9d85f061f5f88cf30b9d (diff) | |
fix build with west zephyr
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16f906632..becbc5069 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,8 +161,8 @@ jobs: - name: Build run: | - west build -b pca10056 -d examples/device/cdc_msc/build examples/device/cdc_msc -- -DRTOS=zephyr - west build -b pca10056 -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) |
