Skip to content

Commit c6ac76b

Browse files
authored
Update drive-app.sh
1 parent 116a7c4 commit c6ac76b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/scripts/drive-app.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ TARGET_PATH="packages/$PROJECT_NAME/"
55

66
# The && are necessary for some reason when using the Android Emulator action
77
pushd "$TARGET_PATH" || exit &&
8-
flutter pub cache clean &&
8+
flutter pub upgrade win32 &&
9+
flutter clean &&
910
flutter channel stable &&
1011
flutter pub get &&
1112
dart format . &&

0 commit comments

Comments
 (0)