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