@@ -20,8 +20,8 @@ jobs:
|
||||
|
||||
- name: Install AVR toolchain
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y gcc-avr avr-libc binutils-avr make cppcheck
|
||||
apk update
|
||||
apk add gcc-avr avr-libc binutils-avr make cppcheck
|
||||
|
||||
- name: Set build type from branch
|
||||
id: vars
|
||||
|
||||
Reference in New Issue
Block a user