git install
AVR Build / build (push) Failing after 1s

This commit is contained in:
Lukas
2026-04-29 16:59:29 +02:00
parent 96c7119005
commit fba41cadd8
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Install AVR toolchain - name: Install AVR toolchain
run: | run: |
apk update apk update
apk add gcc-avr avr-libc binutils-avr make cppcheck apk add gcc-avr avr-libc binutils-avr git make cppcheck
- name: Set build type from branch - name: Set build type from branch
id: vars id: vars