Skip to content

Commit

Permalink
Reduce extra CI arduino dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmorrow committed Oct 13, 2023
1 parent 33b19ba commit aeb5c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: 'true'

- name: Install Arduino Tools
run: sudo apt-get install -y arduino arduino-core-avr
run: sudo apt-get install -y arduino-core-avr

# Recursively build all sketches with Makefiles
- name: Compile Sketches
Expand Down

0 comments on commit aeb5c26

Please sign in to comment.