Skip to content

Commit

Permalink
Install ubuntu arduino tools in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmorrow committed Oct 13, 2023
1 parent f0f0a3c commit 33b19ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
submodules: 'true'

- name: Install Arduino CLI
uses: arduino/setup-arduino-cli@v1
- name: Install Arduino Tools
run: sudo apt-get install -y arduino arduino-core-avr

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

0 comments on commit 33b19ba

Please sign in to comment.