Skip to content

Commit

Permalink
disable c3/s2/s3 with idf4 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gin66 committed Aug 25, 2024
1 parent b071c10 commit e2f90f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_idf_examples_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- esp32_idf_V5_3_0
# - esp32_idf_V6_7_0 fails due to missing simple encoder
- esp32_idf_V6_8_1
- esp32c3_idf_V5_3_0
#- esp32c3_idf_V5_3_0
- esp32c3_idf_V6_8_1
- esp32c6_idf_V6_8_1
- esp32s2_idf_V5_3_0
#- esp32s2_idf_V5_3_0
- esp32s2_idf_V6_8_1
- esp32s3_idf_V5_3_0
#- esp32s3_idf_V5_3_0
- esp32s3_idf_V6_8_1

runs-on: ubuntu-latest
Expand Down

0 comments on commit e2f90f2

Please sign in to comment.