Update tests.yml

extensions
Volodymyr Shymanskyy 4 years ago committed by GitHub
parent e01a2c2c07
commit a14b600e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -213,11 +213,7 @@ jobs:
strategy:
fail-fast: false
matrix:
exclude:
- target: riscv64
- target: mipsel
- target: mips64el
- target: mips
target: []
include:
- target: arm
@ -265,6 +261,12 @@ jobs:
COMPILER: mips-linux-gnu-gcc
QEMU: qemu-mips-static
exclude:
- target: riscv64
- target: mipsel
- target: mips64el
- target: mips
steps:
- uses: actions/checkout@v1
- name: Install prerequisites

Loading…
Cancel
Save