This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a commit to branch releases/10.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/releases/10.0 by this push:
new 432a8a5 build.yml: Switch avr-mips-riscv-x86-xtensa.dat to other.dat
432a8a5 is described below
commit 432a8a59d4c7040341e7e16569dc6e738b053b2e
Author: Xiang Xiao <[email protected]>
AuthorDate: Wed Oct 28 18:29:30 2020 +0800
build.yml: Switch avr-mips-riscv-x86-xtensa.dat to other.dat
Signed-off-by: Xiang Xiao <[email protected]>
---
.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 873a57d..55679a4 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