Skip to content

Commit

Permalink
Extend CI build support for C3 and C2
Browse files Browse the repository at this point in the history
Signed-off-by: Vikram <vikram.dattu@espressif.com>
  • Loading branch information
vikramdattu committed Apr 25, 2023
1 parent 905abf8 commit b93a1d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
strategy:
matrix:
idf_ver: ["release-v4.4", "release-v5.0", "release-v5.1", "latest"]
idf_target: ["esp32", "esp32s2", "esp32s3"]
idf_target: ["esp32", "esp32s2", "esp32s3", "esp32c2", "esp32c3"]
exclude:
- idf_ver: "release-v4.4"
idf_target: esp32c2 # ESP32C2 support started with version 5.0
container: espressif/idf:${{ matrix.idf_ver }}
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit b93a1d7

Please sign in to comment.