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 712aed2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/arduino-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
tags-ignore:
- '*.*.*'
paths-ignore:
- ".github/**"
- "**/*.adoc"
- "**/*.md"
- "**/*.txt"
Expand Down Expand Up @@ -40,12 +39,12 @@ jobs:
- 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://www.pjrc.com/teensy/package_teensy_index.json
board:
vendor: teensy
# - index: https://drazzy.com/package_drazzy.com_index.json
# board:
# vendor: DxCore
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
tags-ignore:
- '*.*.*'
paths-ignore:
- ".github/**"
- "**/*.adoc"
- "**/*.md"
- "**/*.txt"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/platformio-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
tags-ignore:
- '*.*.*'
paths-ignore:
- ".github/**"
- "**/*.adoc"
- "**/*.md"
- "**/*.txt"
Expand Down

0 comments on commit 712aed2

Please sign in to comment.