mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-30 10:47:29 +02:00
fix(mdns): Fix host tests by freezing idf-build-apps to 2.10
This commit is contained in:
2
.github/workflows/mdns__host-tests.yml
vendored
2
.github/workflows/mdns__host-tests.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
. ${IDF_PATH}/export.sh
|
. ${IDF_PATH}/export.sh
|
||||||
python -m pip install idf-build-apps dnspython pytest pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf
|
python -m pip install idf-build-apps==2.10.0 dnspython pytest pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf
|
||||||
cd $GITHUB_WORKSPACE/protocols
|
cd $GITHUB_WORKSPACE/protocols
|
||||||
# Build host tests app (with all configs and targets supported)
|
# Build host tests app (with all configs and targets supported)
|
||||||
python ./ci/build_apps.py components/mdns/tests/host_test/
|
python ./ci/build_apps.py components/mdns/tests/host_test/
|
||||||
|
Reference in New Issue
Block a user