Skip to content

Commit 39e3cef

Browse files
committed
Add mdns dependency to CI build command. (Tentative fix 1)
1 parent 58b6251 commit 39e3cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
esp_idf_version: v5.5
2020
target: esp32s3
21-
command: GITHUB_ACTIONS="true" idf.py build
21+
command: idf.py add-dependency "espressif/mdns^1.8.0" ; GITHUB_ACTIONS="true" idf.py build
2222
path: 'test-ci'
2323

2424
- name: Run tests

0 commit comments

Comments
 (0)