Skip to content

Commit

Permalink
still fixing gh-action mess
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Jul 31, 2022
1 parent 61fa45e commit 8d78a09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ArduinoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,16 @@ jobs:
#- { matrix-context: S3Box-Test, sdk-version: 2.0.0 }
#- { matrix-context: S3Box-Test, sdk-version: 2.0.1 }
#- { matrix-context: S3Box-Test sdk-version: 2.0.2 }
- { matrix-context: S3Box-Test, sdk-version: 2.0.4 } # will be fixed in 2.0.5 https://github.com/espressif/arduino-esp32/pull/6962/files
- { matrix-context: M5Core2-test, sdk-version: 1.0.6 } # M5Core2.h suddenly ceased to support 1.0.6 (I2S and I2C broken)


include:

# buildable sdk versions
- sdk-version: 1.0.6
- sdk-version: 2.0.0
- sdk-version: 2.0.1
#- sdk-version: 2.0.0
#- sdk-version: 2.0.1
- sdk-version: 2.0.3
- sdk-version: 2.0.4

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/PlatformioBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
- { piocontext: s3box, platform-version: 2.0.0 }
- { piocontext: s3box, platform-version: 2.0.1 }
#- { piocontext: s3box, platform-version: 2.0.2 }
- { piocontext: m5stack-core2, platform-version: 1.0.6 } # M5Core2.h broken I2S support with 1.0.6
- { piocontext: m5stack-core2, platform-version: 2.0.0 } # M5Core2.h broken I2S support with 2.0.0

include:
- piocontext: lgfx
Expand Down

0 comments on commit 8d78a09

Please sign in to comment.