Skip to content

Commit

Permalink
updated permissions for dart sdk to be executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteen committed May 29, 2024
1 parent c1f6d83 commit f6151e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions open_earable/ios/ci_scripts/ci_post_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ echo "🟩 Install Flutter"
mkdir -p $FLUTTER_DIR
time curl -L $FLUTTER_URL -o /tmp/flutter.tar.xz
time tar -xf /tmp/flutter.tar.xz -C $FLUTTER_DIR --strip-components=1
chmod +x $FLUTTER_DIR/bin/cache/dart-sdk/bin/dart
export PATH="$PATH:$HOME/flutter/bin"

echo "🟩 Flutter Precache"
Expand Down

0 comments on commit f6151e6

Please sign in to comment.