From 6c81018a9aa0c0cb2c5cf768bd29d06d38372096 Mon Sep 17 00:00:00 2001 From: N-Storm Date: Tue, 5 Mar 2024 13:14:06 +0300 Subject: [PATCH] Commented out 'make debug' section, coz it won't fit attiny10 part & build fails. --- .github/workflows/makefile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 2edad97..5fc5bd9 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -20,8 +20,8 @@ jobs: - name: build project run: make - - name: make debug - run: make debug + #- name: make debug + # run: make debug - name: make disasm run: make disasm