From 36e8f3d6f061fc73fcc0dc450155e3bcc25e3c1a Mon Sep 17 00:00:00 2001 From: Philipp Lepold Date: Wed, 29 May 2024 11:27:39 +0200 Subject: [PATCH] changed Flutter version of Xcode Cloud script to compile again. --- 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 ed9a153..343a1ef 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 stable $HOME/flutter +time git clone https://github.com/flutter/flutter.git -b 3.16-candidate.22 $HOME/flutter export PATH="$PATH:$HOME/flutter/bin" echo "🟩 Flutter Precache"