Skip to content

Commit

Permalink
Merge pull request #872 from petermm/update-esp-idf-mkimage
Browse files Browse the repository at this point in the history
Update to esp-idf 4.4.6 in mkimage

Matching CI version in #871. Previously the CI/mkimage versions were out of
sync.

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
  • Loading branch information
bettio committed Oct 10, 2023
2 parents 0b72ad1 + 53235fe commit 33364d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/esp32-mkimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

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

0 comments on commit 33364d4

Please sign in to comment.