Skip to content

Commit

Permalink
fix(mdns): Workaround to bypass new kconfiglib
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cermak committed Dec 4, 2024
1 parent 32387f7 commit b7f2bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mdns__build-target-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Build ${{ matrix.test.app }} with IDF-${{ matrix.idf_ver }}
shell: bash
run: |
${IDF_PATH}/install.sh
. ${IDF_PATH}/export.sh
python -m pip install idf-build-apps
# Build default configs for all targets
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mdns__host-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Build and Test
shell: bash
run: |
${IDF_PATH}/install.sh
. ${IDF_PATH}/export.sh
python -m pip install idf-build-apps dnspython pytest pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf
cd $GITHUB_WORKSPACE/protocols
Expand Down

0 comments on commit b7f2bfe

Please sign in to comment.