Skip to content

Commit

Permalink
Fix Linux standalone job. (#23897)
Browse files Browse the repository at this point in the history
#23797 raced with
#23876 to lead to
a failing job.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Jan 19, 2024
1 parent 7e60587 commit 2405042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit 2405042

Please sign in to comment.