Attempt to use the 5.2 branch of the esp-idf container for the CI

This commit is contained in:
Simon Hausmann 2024-01-06 14:38:24 +01:00 committed by Simon Hausmann
parent 3e8940660b
commit fd6d51528f

View file

@ -520,7 +520,7 @@ jobs:
esp-idf:
runs-on: ubuntu-22.04
container: espressif/idf:latest
container: espressif/idf:release-v5.2
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable