From 55a5b1dc7b3898db43b650c74dc50d70e975b7db Mon Sep 17 00:00:00 2001 From: Philipp Lepold Date: Wed, 29 May 2024 11:30:54 +0200 Subject: [PATCH] fixed type --- open_earable/ios/ci_scripts/ci_post_clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open_earable/ios/ci_scripts/ci_post_clone.sh b/open_earable/ios/ci_scripts/ci_post_clone.sh index 343a1ef..dc74923 100755 --- a/open_earable/ios/ci_scripts/ci_post_clone.sh +++ b/open_earable/ios/ci_scripts/ci_post_clone.sh @@ -9,7 +9,7 @@ echo "🟩 Navigate from ($PWD) to ($CI_WORKSPACE_PATH)" cd $CI_WORKSPACE_PATH echo "🟩 Install Flutter" -time git clone https://github.com/flutter/flutter.git -b 3.16-candidate.22 $HOME/flutter +time git clone https://github.com/flutter/flutter.git -b flutter-3.16-candidate.22 $HOME/flutter export PATH="$PATH:$HOME/flutter/bin" echo "🟩 Flutter Precache"