alpine changes / apk
AVR Build / build (push) Failing after 9s

This commit is contained in:
Lukas
2026-04-29 16:05:17 +02:00
parent 1fa803efd6
commit 2076c7e732
+2 -2
View File
@@ -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