Skip to content

Commit b4b9bee

Browse files
author
gojimmypi
committed
Update workflow to pin latest to ESP-IDF v5.5
1 parent 36ce93d commit b4b9bee

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker-Espressif.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
# This should be a safe limit for the tests to run.
2020
timeout-minutes: 12
2121
container:
22-
image: espressif/idf:latest
22+
# 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
2325
steps:
2426
- uses: actions/checkout@v4
2527
- name: Initialize Espressif IDE and build examples

0 commit comments

Comments
 (0)