Skip to content

Commit

Permalink
ci: temporary disable ATTiny85 build
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotak committed Mar 16, 2024
1 parent 8e88f54 commit 11e3746
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
arduino-build:
strategy:
matrix:
board: ["UNO", "Zero", "ATTiny85", "ESP8266", "ESP32", "STM32F103C8"]
board: ["UNO", "Zero", "ESP8266", "ESP32", "STM32F103C8"]
include:
- board: "UNO"
platform: "arduino:avr"
Expand All @@ -46,10 +46,10 @@ jobs:
fqbn: "arduino:samd:arduino_zero_native"
url: ""

- board: "ATTiny85"
platform: "ATTinyCore:avr"
fqbn: "ATTinyCore:avr:attinyx5"
url: http://drazzy.com/package_drazzy.com_index.json
# - board: "ATTiny85"
# platform: "ATTinyCore:avr"
# fqbn: "ATTinyCore:avr:attinyx5"
# url: http://drazzy.com/package_drazzy.com_index.json

- board: "ESP8266"
platform: "esp8266:esp8266"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Prepare
id: prepare
Expand Down

0 comments on commit 11e3746

Please sign in to comment.