Skip to content

Commit 3a34d54

Browse files
authoredNov 10, 2021
Fix naming of step
1 parent ac483df commit 3a34d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
- name: Install avr-gcc
18+
- name: Install avr-libc
1919
run: sudo apt-get install -y avr-libc
2020

2121
- name: Install binutils-avr

0 commit comments

Comments
 (0)
Please sign in to comment.