move environment setup
This commit is contained in:
parent
d5a23cacca
commit
32ef82befe
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue