From f66ead9ca36ab9eefa72b73a97cd14c581af07c3 Mon Sep 17 00:00:00 2001 From: Ouss4 Date: Sun, 19 Jul 2020 15:33:21 +0100 Subject: [PATCH] Update the boards matrix to add AVR builds. --- .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 de11c0f1a7..a20e7db540 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -125,7 +125,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, mips-riscv-x86-xtensa, sim] + 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] steps: - name: Fetch Cached Source @@ -188,7 +188,7 @@ jobs: needs: Fetch-Source strategy: matrix: - boards: [arm-12, mips-riscv-x86-xtensa, sim] + boards: [arm-12, avr-mips-riscv-x86-xtensa, sim] steps: - name: Fetch Cached Source id: cache-source