Skip to content

Commit fe404ed

Browse files
committed
more auto build updates/fixes
1 parent 30621ce commit fe404ed

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ jobs:
309309
set -e
310310
sudo apt-get update
311311
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y git curl unzip xz-utils zip
312-
git clone https://github.com/flutter/flutter.git -b stable $HOME/flutterho "$HOME/flutter/bin" >> $GITHUB_PATH
312+
git clone https://github.com/flutter/flutter.git -b stable $HOME/flutter
313+
echo "$HOME/flutter/bin" >> $GITHUB_PATH
313314
$HOME/flutter/bin/flutter config --no-analytics
314315
$HOME/flutter/bin/flutter doctor -v || true
315316

ios/ci_scripts/ci_post_clone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ flutter precache --ios
4040
flutter pub get
4141

4242
# Build the Flutter app with the extra arguments from environment variable
43-
flutter build ios --release --no-codesign $FLUTTER_EXTRA_ARGS
43+
flutter build ios --release --no-codesign
4444

4545
# Install CocoaPods using Homebrew.
4646
HOMEBREW_NO_AUTO_UPDATE=1 # disable homebrew's automatic updates.

0 commit comments

Comments
 (0)