This commit is contained in:
Ethan Roseman 2021-08-23 03:15:19 +09:00
parent 3eab2e36f3
commit 71e9fd72c9

View File

@ -40,7 +40,7 @@ jobs:
- name: Configure - name: Configure
shell: bash shell: bash
run: | run: |
./configure --target=mips --prefix=/opt/cross --with-gnu-as --disable-gprof --disable-gdb --disable-werror --host=${{ matrix.TARGET.HOST }} --build=${{ matrix.TARGET.HOST }} ./configure --target=mips-nintendo-nu64 --prefix=/opt/cross --with-gnu-as --disable-gprof --disable-gdb --disable-werror --host=${{ matrix.TARGET.HOST }} --build=${{ matrix.TARGET.HOST }}
- name: Make - name: Make
continue-on-error: true continue-on-error: true
shell: bash shell: bash