fix(mdns): Run host test against v5.1 instead of latest IDF

This commit is contained in:
David Cermak
2023-05-10 06:51:42 +02:00
parent 1102133458
commit 64b0e4ef1a

View File

@ -12,7 +12,7 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'mdns') || github.event_name == 'push'
name: Host test
runs-on: ubuntu-20.04
container: espressif/idf:latest
container: espressif/idf:release-v5.1
steps:
- name: Checkout esp-protocols