Skip to content

Commit

Permalink
Fix build instruction typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Dec 7, 2021
1 parent 48050d0 commit 711f114
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
--target-glob '*-m5stack-{all-clusters,all-clusters-rpc-ipv6only' build \
--enable-flashbundle \
--target-glob '*-m5stack-{all-clusters,all-clusters-rpc-ipv6only}' \
build \
--copy-artifacts-to out/artifacts \
"
- name: Prepare bloat report
Expand Down

0 comments on commit 711f114

Please sign in to comment.