Skip to content

Commit

Permalink
Fix missing target change in bloat report
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs committed Oct 11, 2024
1 parent 46f23d5 commit 9461f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples-efr32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
- name: Prepare some bloat report from the previous builds
run: |
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
efr32 BRD4187C lighting-app \
out/efr32-brd4187c-light-rpc/matter-silabs-lighting-example.out \
efr32 BRD4187C lock-app \
out/efr32-brd4187c-lock-rpc/matter-silabs-lock-example.out \
/tmp/bloat_reports/
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
efr32 BRD4187C window-app \
Expand Down

0 comments on commit 9461f6e

Please sign in to comment.