ci: focus M7 smoke on build errors

This commit is contained in:
정시원
2026-08-16 21:56:18 +09:00
parent 594a837003
commit bdb307ffcc
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build compiler as C89
run: make -C fec clean all CFLAGS='-O0 -Wall -Wextra -Werror -std=c89'
run: make -C fec clean all CFLAGS='-O0 -Wall -Wextra -std=c89'
- name: Check M7 pass fixtures
shell: bash
run: |