diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a20e7db540..773a9cf843 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -181,6 +181,7 @@ jobs: run: | echo "::add-matcher::sources/nuttx/.github/gcc.json" cd sources/testing + echo -e "/avr\n-avr32dev1:nsh\n-avr32dev1:ostest" >> testlist/avr-mips-riscv-x86-xtensa.dat ./cibuild.sh -x testlist/${{matrix.boards}}.dat macOS: @@ -233,4 +234,5 @@ jobs: run: | echo "::add-matcher::sources/nuttx/.github/gcc.json" cd sources/testing + echo -e "/avr\n-avr32dev1:nsh\n-avr32dev1:ostest" >> testlist/avr-mips-riscv-x86-xtensa.dat ./cibuild.sh -i -x testlist/${{matrix.boards}}.dat