diff --git a/open_earable/ios/ci_scripts/ci_post_clone.sh b/open_earable/ios/ci_scripts/ci_post_clone.sh index 6b7da88..c30a17d 100755 --- a/open_earable/ios/ci_scripts/ci_post_clone.sh +++ b/open_earable/ios/ci_scripts/ci_post_clone.sh @@ -16,7 +16,7 @@ echo "🟩 Flutter Precache" time flutter precache --ios echo "🟩 Install Flutter Dependencies" -cd open_earable +cd $CI_WORKSPACE_PATH/open_earable time flutter clean time flutter pub get time flutter pub upgrade