Merge pull request #579 from antmicro/umarcor/deprecated

ci/Pipeline: force usage of the deprecated flow in job(s) 'Deprecated'
This commit is contained in:
Tomasz Michalak 2022-06-24 11:31:08 +02:00 committed by GitHub
commit b2647f1760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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