Skip to content

Commit

Permalink
pin Arduino CLI to 0.33.0
Browse files Browse the repository at this point in the history
per advice from SpenceKonde about ATTinyCore install
  • Loading branch information
2bndy5 committed Sep 28, 2023
1 parent c387b33 commit 6e04aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_arduino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- name: Compile examples
uses: arduino/compile-sketches@main
with:
cli-version: '0.33.0'
sketch-paths: ${{ inputs.sketch-paths }}
fqbn: ${{ inputs.fqbn }}
libraries: ${{ inputs.libraries }}
Expand Down

0 comments on commit 6e04aae

Please sign in to comment.