diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml index 87fd398e159eb1..1bfa057806687e 100644 --- a/.github/workflows/examples-linux-standalone.yaml +++ b/.github/workflows/examples-linux-standalone.yaml @@ -157,15 +157,15 @@ jobs: linux debug tv-casting-app \ out/linux-x64-tv-casting-app/chip-tv-casting-app \ /tmp/bloat_reports/ - - name: Build example lighting app with RPCs + - name: Build example lighting app with RPCs and UI timeout-minutes: 10 run: | ./scripts/run_in_build_env.sh \ "./scripts/build/build_examples.py \ - --target linux-x64-light-rpc \ + --target linux-x64-light-rpc-with-ui \ build" .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \ - linux debug+rpc lighting-app \ + linux debug+rpc+ui lighting-app \ out/linux-x64-light-rpc/chip-lighting-app \ /tmp/bloat_reports/ - name: Build example Standalone Bridge