Skip to content

Commit

Permalink
Fix esp32 mkimage matrix by only generating 5.1.2 images
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
  • Loading branch information
pguyot committed Dec 10, 2023
1 parent e715119 commit e83444d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/esp32-mkimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,14 @@ jobs:

strategy:
matrix:
idf-version: ["4.4.6", "5.1.2"]
idf-version: ["5.1.2"]
cc: ["clang-10"]
cxx: ["clang++-10"]
cflags: ["-O3"]
otp: ["24"]
elixir_version: ["1.11"]
compiler_pkgs: ["clang-10"]
soc: ["esp32", "esp32c3", "esp32s2", "esp32s3", "esp32c6"]
exclude:
- soc: "esp32c6"
idf-version: "4.4.6"

env:
CC: ${{ matrix.cc }}
Expand Down

0 comments on commit e83444d

Please sign in to comment.