mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 06:22:20 +01:00
Update workflow to pin latest to ESP-IDF v5.5
This commit is contained in:
4
.github/workflows/docker-Espressif.yml
vendored
4
.github/workflows/docker-Espressif.yml
vendored
@@ -19,7 +19,9 @@ jobs:
|
||||
# This should be a safe limit for the tests to run.
|
||||
timeout-minutes: 12
|
||||
container:
|
||||
image: espressif/idf:latest
|
||||
# The latest stable release is v5.5
|
||||
image: espressif/idf:release-v5.5
|
||||
# image: espressif/idf:latest # The "latest" has breaking changes for ESP-IDF V6
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Initialize Espressif IDE and build examples
|
||||
|
||||
Reference in New Issue
Block a user