Skip to content

Commit 057b2a8

Browse files
Revert to using previous app build commands
1 parent d5d52e9 commit 057b2a8

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

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

57-
- name: Run bootstrap command
58-
run: |
59-
source scripts/bootstrap.sh
60-
6157
- name: Build Linux tv-app
6258
run: |
63-
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'
64-
ninja -C out/tv-app
59+
./scripts/run_in_build_env.sh \
60+
"scripts/examples/gn_build_example.sh examples/tv-app/linux/ out/tv-app"
6561
6662
- name: Build Linux tv-casting-app
6763
run: |
68-
gn gen --check --fail-on-unused-args --root=examples/tv-casting-app/linux out/tv-casting-app '--args=chip_casting_simplified=true chip_crypto="boringssl" is_asan=true is_clang=true'
69-
ninja -C out/tv-casting-app
64+
./scripts/run_in_build_env.sh \
65+
"scripts/examples/gn_build_example.sh examples/tv-casting-app/linux/ out/tv-casting-app chip_casting_simplified=true"
7066
7167
- name:
7268
Test casting from Linux tv-casting-app to Linux tv-app -

0 commit comments

Comments
 (0)