From 2405042a6b5703a5a498c42fbd8edf4c32b3dfde Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Sat, 3 Dec 2022 09:52:23 -0500 Subject: [PATCH] Fix Linux standalone job. (#23897) https://github.com/project-chip/connectedhomeip/pull/23797 raced with https://github.com/project-chip/connectedhomeip/pull/23876 to lead to a failing job. --- .github/workflows/examples-linux-standalone.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml index f8f50697244699..16b1d8505cfd6d 100644 --- a/.github/workflows/examples-linux-standalone.yaml +++ b/.github/workflows/examples-linux-standalone.yaml @@ -115,7 +115,7 @@ jobs: linux debug all-clusters-app \ out/linux-x64-all-clusters/chip-all-clusters-app \ /tmp/bloat_reports/ - - name: Build example Standalone All Clusters Mininal Server + - name: Build example Standalone All Clusters Minimal Server timeout-minutes: 10 run: | ./scripts/run_in_build_env.sh \ @@ -124,7 +124,7 @@ jobs: build" .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \ linux debug all-clusters-minimal-app \ - out/linux-x64-all-clusters-minimal/chip-all-clusters-app \ + out/linux-x64-all-clusters-minimal/chip-all-clusters-minimal-app \ /tmp/bloat_reports/ - name: Build example TV app timeout-minutes: 10