We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36ce93d + b4b9bee commit 6430a12Copy full SHA for 6430a12
1 file changed
.github/workflows/docker-Espressif.yml
@@ -19,7 +19,9 @@ jobs:
19
# This should be a safe limit for the tests to run.
20
timeout-minutes: 12
21
container:
22
- image: espressif/idf:latest
+ # The latest stable release is v5.5
23
+ image: espressif/idf:release-v5.5
24
+ # image: espressif/idf:latest # The "latest" has breaking changes for ESP-IDF V6
25
steps:
26
- uses: actions/checkout@v4
27
- name: Initialize Espressif IDE and build examples
0 commit comments