We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116a7c4 commit c6ac76bCopy full SHA for c6ac76b
.github/workflows/scripts/drive-app.sh
@@ -5,7 +5,8 @@ TARGET_PATH="packages/$PROJECT_NAME/"
5
6
# The && are necessary for some reason when using the Android Emulator action
7
pushd "$TARGET_PATH" || exit &&
8
-flutter pub cache clean &&
+flutter pub upgrade win32 &&
9
+flutter clean &&
10
flutter channel stable &&
11
flutter pub get &&
12
dart format . &&
0 commit comments