Skip to content

Commit 75e11c7

Browse files
committed
Use default address policy for minimal DNS
1 parent 4111e36 commit 75e11c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
chip_config_memory_debug_checks=false \
227227
chip_config_memory_debug_dmalloc=false \
228228
chip_mdns=\"minimal\" \
229-
chip_minmdns_default_policy=\"libnl\" \
229+
chip_minmdns_default_policy=\"default\" \
230230
chip_python_version=\"${{ needs.build_prepare.outputs.version }}\" \
231231
chip_python_package_prefix=\"home-assistant-chip\" \
232232
chip_python_platform_tag=\"macosx_14_0\" \

0 commit comments

Comments
 (0)