From bd0ad68da8a9ddd7f5f34afa963d325a20dadc40 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Wed, 28 Oct 2020 18:29:30 +0800 Subject: [PATCH] build.yml: Switch avr-mips-riscv-x86-xtensa.dat to other.dat Signed-off-by: Xiang Xiao --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 873a57d1b..55679a466 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,7 +118,7 @@ jobs: strategy: matrix: - boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, avr-mips-riscv-x86-xtensa, sim, renesas] + boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, other, sim] steps: - name: Download Source Artifact @@ -169,7 +169,7 @@ jobs: needs: Fetch-Source strategy: matrix: - boards: [arm-12, avr-mips-riscv-x86-xtensa, sim] + boards: [arm-12, other, sim] steps: - name: Download Source Artifact uses: actions/download-artifact@v1