Skip to content

Commit

Permalink
Update eps32-build workflow to new esp-idf versions
Browse files Browse the repository at this point in the history
This updates the ESP32 build test for workflow for ESP-IDF v5.2.1 to the newly
released v5.2.2 update, and v5.1.3 to v5.1.4.

Signed-off-by: Winford <winford@object.stream>
  • Loading branch information
UncleGrumpy committed Jun 7, 2024
1 parent c459036 commit 29c7438
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/esp32-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
idf-version:
- 'v4.4.7'
- 'v5.0.6'
- 'v5.1.3'
- 'v5.2.1'
- 'v5.1.4'
- 'v5.2.2'

exclude:
- esp-idf-target: "esp32c3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/esp32-mkimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

strategy:
matrix:
idf-version: ["5.1.3"]
idf-version: ["5.1.4"]
cc: ["clang-10"]
cxx: ["clang++-10"]
cflags: ["-O3"]
Expand Down

0 comments on commit 29c7438

Please sign in to comment.