Skip to content

Commit

Permalink
use the correct script
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp committed Jan 10, 2023
1 parent 4082b7e commit 52be00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ jobs:
run: |
scripts/run_in_build_env.sh 'scripts/examples/gn_build_example.sh examples/chip-tool out/'
scripts/run_in_build_env.sh 'pip3 install -r src/setup_payload/python/requirements.txt'
scripts/tests/run_python_setup_payload_generator_test.sh out/chip-tool
scripts/run_in_build_env.sh 'python3 src/setup_payload/tests/run_python_setup_payload_gen_test.py out/chip-tool'
build_darwin:
name: Build on Darwin (clang, python_lib, simulated)
Expand Down

0 comments on commit 52be00c

Please sign in to comment.