Skip to content

Commit

Permalink
feat: precache
Browse files Browse the repository at this point in the history
  • Loading branch information
wrbl606 committed Jul 12, 2024
1 parent 1fd3a55 commit 7657e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-flutter-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ git clone -b "$CHANNEL" https://github.com/flutter/flutter.git "$FLUTTER_PATH"
} >> "$GITHUB_PATH"

if [ -z ${PRECACHE+x} ]; then
flutter precache $PRECACHE
$FLUTTER_PATH/bin precache $PRECACHE
fi

0 comments on commit 7657e8c

Please sign in to comment.