Skip to content

Commit d5d52e9

Browse files
Add bootstrap command as a step in the yaml file
1 parent 91abf7c commit d5d52e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/examples-linux-tv-casting-app.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
with:
5555
gh-context: ${{ toJson(github) }}
5656

57+
- name: Run bootstrap command
58+
run: |
59+
source scripts/bootstrap.sh
60+
5761
- name: Build Linux tv-app
5862
run: |
5963
gn gen --check --fail-on-unused-args --root=examples/tv-app/linux out/tv-app '--args=chip_crypto="boringssl" is_asan=true is_clang=true'

0 commit comments

Comments
 (0)