From 28c35300b80e5edae34b54069e934ed955e01a3e Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Wed, 22 Jun 2022 13:42:44 +0200 Subject: [PATCH] ci/Pipeline: force usage of the deprecated flow in job(s) 'Deprecated' Signed-off-by: Unai Martinez-Corral --- .github/workflows/Pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml index e2c5ca0..bd68e47 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -123,7 +123,7 @@ jobs: cd ${{ matrix.fam }} case '${{ matrix.fam }}' in - xc7) TARGET="arty_35" make -C counter_test;; + xc7) TARGET="arty_35" F4PGA_USE_DEPRECATED=true make -C counter_test;; eos-s3) make -C btn_counter;; esac