diff --git a/.github/scripts/prepare_environment.sh b/.github/scripts/prepare_environment.sh index eee142e..1fd78f8 100755 --- a/.github/scripts/prepare_environment.sh +++ b/.github/scripts/prepare_environment.sh @@ -62,7 +62,7 @@ echo '::endgroup::' cd .. -echo '::group::🗑️ Remove the wrappers (pre-packaged from arch-defs) and add f4pga-env' +echo '::group::Add f4pga-env' case "$F4PGA_FAM" in xc7) F4PGA_DIR_ROOT='install';; @@ -71,6 +71,11 @@ esac F4PGA_DIR_BIN="$F4PGA_INSTALL_DIR_FAM/$F4PGA_DIR_ROOT"/bin/ cp $(dirname "$0")/../../f4pga-env "$F4PGA_DIR_BIN" + +echo '::endgroup::' + +echo '::group::🗑️ Remove the wrappers (pre-packaged from arch-defs)' + cd "$F4PGA_DIR_BIN" case "$F4PGA_FAM" in