move environment setup

This commit is contained in:
Fabian Posch 2025-01-09 14:59:35 +01:00
parent d5a23cacca
commit 32ef82befe

View file

@ -24,6 +24,9 @@ check_library_dependency()
fi
}
echo Setting up local user ACT installation
source configure_environment.sh
# checking dependencies
check_command_dependency git
check_command_dependency cmake
@ -41,9 +44,6 @@ else
exit 1
fi
echo Setting up local user ACT installation
source configure_environment.sh
mkdir -p $ACT_HOME
here=$(pwd)