Skip to content

Commit

Permalink
Fix board name for ATtiny85 build
Browse files Browse the repository at this point in the history
  • Loading branch information
platisd committed Nov 22, 2023
1 parent 3e9241f commit 2b99b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
name: uno
url: http://downloads.arduino.cc/packages/package_index.json
- platform: ATTinyCore:avr
name: attinyx5
name: ATtiny85
url: http://drazzy.com/package_drazzy.com_index.json

steps:
- uses: actions/checkout@v2
- name: Compile library examples
uses: arduino/compile-sketches@main
uses: arduino/compile-sketches@v1.1.0
with:
platforms: |
- name: ${{ matrix.board.platform }}
Expand Down

0 comments on commit 2b99b60

Please sign in to comment.