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