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 fe155b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,21 @@ jobs:
board:
- platform: arduino:avr
name: uno
version: 1.8.6
url: http://downloads.arduino.cc/packages/package_index.json
- platform: ATTinyCore:avr
name: attinyx5
name: ATtiny85
version: 1.4.1
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.0.0
with:
platforms: |
- name: ${{ matrix.board.platform }}
version: ${{ matrix.board.version }}
source-url: ${{ matrix.board.url }}
fqbn: ${{ matrix.board.platform }}:${{ matrix.board.name }}
cli-compile-flags: |
Expand Down

0 comments on commit fe155b6

Please sign in to comment.