Skip to content

Commit 5dfe076

Browse files
committed
fix(mdns): Fix host tests by freezing idf-build-apps to 2.10
1 parent ea9f29a commit 5dfe076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mdns__host-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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/

0 commit comments

Comments
 (0)