From 000d87db99440476369476c8f8527d1fd60af498 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Fri, 17 Feb 2023 21:23:04 -0500 Subject: [PATCH] add replace a light-switch build with a thermostat build --- .github/workflows/examples-efr32.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples-efr32.yaml b/.github/workflows/examples-efr32.yaml index 4bf49fd6621625..83c7fb3693a504 100644 --- a/.github/workflows/examples-efr32.yaml +++ b/.github/workflows/examples-efr32.yaml @@ -89,8 +89,8 @@ jobs: "./scripts/build/build_examples.py \ --enable-flashbundle \ --target efr32-brd4187c-window-covering-additional_data_advertising \ - --target efr32-brd4187c-switch-openthread_mtd-shell \ - --target efr32-brd4187c-switch-sed-low-power-use_ot_coap_lib \ + --target efr32-brd4187c-thermostat-openthread_mtd \ + --target efr32-brd4187c-switch-sed-shell-use_ot_coap_lib \ --target efr32-brd4187c-unit-test \ --target efr32-brd4187c-light-use_ot_lib \ --target efr32-brd4187c-light-rpc \