adjust avr-build after clone error
AVR Build / build (push) Failing after 1s

This commit is contained in:
Lukas
2026-04-29 16:02:38 +02:00
parent 316cc44430
commit 1fa803efd6
+2 -2
View File
@@ -15,8 +15,8 @@ jobs:
- name: Version Checkout
run: cat /etc/os-release
- name: Checkout
uses: actions/checkout@v4
- name: Checkout code
run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
- name: Install AVR toolchain
run: |