File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,13 @@ jobs:
2424 shell : bash
2525 run : |
2626 . ${IDF_PATH}/export.sh
27- python -m pip install idf-build-apps dnspython pytest pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf
27+ python -m pip install idf-build-apps==2.10.0 dnspython pytest pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf
2828 cd $GITHUB_WORKSPACE/protocols
2929 # Build host tests app (with all configs and targets supported)
3030 python ./ci/build_apps.py components/mdns/tests/host_test/
3131 cd components/mdns/tests/host_test
32+ ls -la
33+ ls -ls build*
3234 # First run the linux_app and send a quick A query and a reverse query
3335 ./build_linux_app/mdns_host.elf &
3436 python dnsfixture.py A myesp.local --ip_only | xargs python dnsfixture.py X
You can’t perform that action at this time.
0 commit comments