try to build everything

This commit is contained in:
Ethan Roseman 2021-08-14 01:04:10 +09:00
parent 20f48854ba
commit cf269a90cd

View File

@ -46,7 +46,7 @@ jobs:
continue-on-error: true continue-on-error: true
shell: bash shell: bash
run: | run: |
make CFLAGS="${{ matrix.TARGET.CFLAGS }}" make gcc CFLAGS="${{ matrix.TARGET.CFLAGS }}"
- name: Test for file - name: Test for file
shell: bash shell: bash