Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
funbiscuit committed Feb 10, 2024
1 parent 157277b commit 71cc063
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
rustup component add rustfmt clippy
- name: Install gcc avr
run: sudo apt-get install -y avr-libc gcc-avr
run: |
sudo apt-get update
sudo apt-get install -y avr-libc gcc-avr
- name: Check formatting
working-directory: examples/arduino
Expand Down

0 comments on commit 71cc063

Please sign in to comment.