Skip to content

Commit

Permalink
[github] Disable DxCore build
Browse files Browse the repository at this point in the history
Due to the verification certificate of the index site is expiring
  • Loading branch information
tgtakaoka committed Feb 19, 2024
1 parent 6c83258 commit a52ae22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/arduino-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ jobs:
- vendor: MightyCore
arch: avr
name: 1284
- vendor: DxCore
arch: megaavr
name: avrda
# - vendor: DxCore
# arch: megaavr
# name: avrda
- vendor: teensy
arch: avr
name: teensy41
include:
- index: https://mcudude.github.io/MightyCore/package_MCUdude_MightyCore_index.json
board:
vendor: MightyCore
- index: https://drazzy.com/package_drazzy.com_index.json
board:
vendor: DxCore
# - index: https://drazzy.com/package_drazzy.com_index.json
# board:
# vendor: DxCore
- index: https://www.pjrc.com/teensy/package_teensy_index.json
board:
vendor: teensy
Expand Down

0 comments on commit a52ae22

Please sign in to comment.