From cedacbdfeef396573ca633967d692b3d7c8564c4 Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Fri, 9 Dec 2022 16:32:36 -0600 Subject: [PATCH] Update zephyr.yml --- .github/workflows/zephyr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index 57fc7611..139a6661 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -22,7 +22,7 @@ jobs: - name: Build firmware working-directory: bacnet-stack run: | - west build -b custom_plank ../zephyr/samples/hello_world + west build -b mimxrt1064_evk ../zephyr/samples/hello_world - name: Twister Tests working-directory: bacnet-stack run: |