Skip to content

Commit 01952f2

Browse files
authored
Merge pull request #824 from david-cermak/fix/mdns_host_test
[mdns]: Fix host tests by freezing idf-build-apps to 2.10
2 parents ea9f29a + 5dfe076 commit 01952f2

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)