Skip to content

Commit

Permalink
[Telink] Remove build conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 committed Oct 13, 2023
1 parent d1b59df commit d2a846c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ jobs:
- name: Build example Telink (B92) Light Switch App with OTA, Shell, Factory Data
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py --target 'telink-tlsr9528a-light-switch-ota-shell-factory-data' build"
"./scripts/build/build_examples.py --target 'telink-tlsr9528a-light-switch-shell-factory-data' build"
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
telink tlsr9528a light-switch-app-ota-shell-factory-data \
out/telink-tlsr9528a-light-switch-ota-shell-factory-data/zephyr/zephyr.elf \
telink tlsr9528a light-switch-app-shell-factory-data \
out/telink-tlsr9528a-light-switch-shell-factory-data/zephyr/zephyr.elf \
/tmp/bloat_reports/
- name: clean out build output
Expand Down

0 comments on commit d2a846c

Please sign in to comment.