Skip to content

Commit

Permalink
removed exclusions from arduino workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Dec 19, 2023
1 parent 6ef928c commit d6f1cf2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ArduinoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,6 @@ jobs:
- { board: m5stack-core2, platform: esp32, archi: esp32, ... }
- { board: esp32s3box, platform: esp32, archi: esp32, ... }

exclude:
# 3D matrix excludes these:
#- { board: esp32s3box, platform-version: 1.0.6 }
#- { board: esp32s3box, platform-version: 2.0.0 }
#- { board: esp32s3box, platform-version: 2.0.1 }
#- { board: esp32s3box, platform-version: 2.0.2 }
#- { board: esp32s3box, platform-version: 2.0.4 }
#- { board: esp32s2, platform-version: 1.0.6 }
#- { board: esp32s2, platform-version: 2.0.0 }


fail-fast: false

steps:
Expand Down

0 comments on commit d6f1cf2

Please sign in to comment.