Skip to content

Commit 0589ca4

Browse files
Remove backslash from build commands
1 parent d14975c commit 0589ca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# "scripts/examples/gn_build_example.sh examples/tv-app/linux/ out/tv-app"
6161
6262
# Try using the gn build command instead:
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' \
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'
6464
ninja -C out/tv-app
6565
6666
- name: Build Linux tv-casting-app
@@ -69,7 +69,7 @@ jobs:
6969
# "scripts/examples/gn_build_example.sh examples/tv-casting-app/linux/ out/tv-casting-app chip_casting_simplified=true"
7070
7171
# Try using the gn build command instead:
72-
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' \
72+
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'
7373
ninja -C out/tv-casting-app
7474
7575
- name:

0 commit comments

Comments
 (0)