From eed014ef9cb90e627f094ce046789635490ce81c Mon Sep 17 00:00:00 2001 From: Adrien Ricciardi Date: Fri, 1 Dec 2023 16:10:14 +0100 Subject: [PATCH] ci: Added the remaining Cortex-M SmartFusion2 examples to the build as they are working now. Signed-off-by: Adrien Ricciardi --- .github/workflows/build-examples.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-examples.yaml b/.github/workflows/build-examples.yaml index 93f8af885..67d7bf195 100644 --- a/.github/workflows/build-examples.yaml +++ b/.github/workflows/build-examples.yaml @@ -248,8 +248,7 @@ jobs: needs: goil-linux strategy: matrix: - # List only the examples that currently compile - example_name: [blink] + example_name: [blink, blinkAndFPGA] steps: - name: Install ARM toolchain run: |