Skip to content

Commit

Permalink
Drop SAMD21 builds from CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Jan 10, 2025
1 parent 519b0dd commit a5c4811
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-clang-doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ jobs:
merge-job-build-files:
name: Merge Artifacts for build-files
runs-on: ubuntu-latest
needs: [build-esp32sx-esptool, build-esp32sx, build-esp32, build-esp8266, build-samd, build-rp2040, build-samd-non-fs]
needs: [build-esp32sx-esptool, build-esp32sx, build-esp32, build-esp8266, build-samd, build-rp2040]

steps:
- name: Merge Artifacts from Builds
Expand Down Expand Up @@ -909,7 +909,6 @@ jobs:
build-esp32,
build-esp32sx,
build-esp8266,
build-samd-non-fs,
build-rp2040,
]
steps:
Expand Down

0 comments on commit a5c4811

Please sign in to comment.