Skip to content

Commit

Permalink
[Telink] Add missed clean out build output step
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 committed Jan 27, 2025
1 parent 22ffc4a commit 8d494f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ jobs:
out/telink-tl7218x-light-ota-shell-factory-data/zephyr/zephyr.elf \
/tmp/bloat_reports/
- name: clean out build output (keep tools)
run: rm -rf ./out/telink*

- name: Build example Telink (tl721x retention) Light Switch App with OTA (LZMA), Factory Data
# Run test for master and all PRs
run: |
Expand Down

0 comments on commit 8d494f6

Please sign in to comment.