From e276ecfb4c717116a09f84275853c8406370caec Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Tue, 2 Aug 2022 03:02:26 +0200 Subject: [PATCH] ci: force deprecated Signed-off-by: Unai Martinez-Corral --- .github/workflows/Pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml index 26e4028..ccf9c38 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -154,8 +154,10 @@ jobs: cd f4pga-examples cd ${{ matrix.fam }} + export F4PGA_USE_DEPRECATED=true + case '${{ matrix.fam }}' in - xc7) TARGET="arty_35" F4PGA_USE_DEPRECATED=true make -C counter_test;; + xc7) TARGET="arty_35" make -C counter_test;; eos-s3) make -C btn_counter;; esac