From 5dfe076c94af0df08c0b43e5717acbfa83c18a76 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Thu, 12 Jun 2025 15:53:17 +0200 Subject: [PATCH] fix(mdns): Fix host tests by freezing idf-build-apps to 2.10 --- .github/workflows/mdns__host-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mdns__host-tests.yml b/.github/workflows/mdns__host-tests.yml index d26b68c9a..19733621a 100644 --- a/.github/workflows/mdns__host-tests.yml +++ b/.github/workflows/mdns__host-tests.yml @@ -24,7 +24,7 @@ jobs: shell: bash run: | . ${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 # Build host tests app (with all configs and targets supported) python ./ci/build_apps.py components/mdns/tests/host_test/