ci/Pipeline: force usage of the deprecated flow in job(s) 'Deprecated'

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-06-22 13:42:44 +02:00
parent df8091450b
commit 28c35300b8
1 changed files with 1 additions and 1 deletions

View File

@ -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