Skip to content

Commit 3c6f2c0

Browse files
Update buildapk.yml
1 parent 11d6211 commit 3c6f2c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/buildapk.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
- uses: subosito/flutter-action@v1
1717
with:
1818
channel: 'stable'
19+
flutter-version: "2.8.1"
1920
- run: flutter pub get
20-
- run: flutter format --set-exit-if-changed .
21-
- run: flutter analyze .
2221
- run: flutter build apk
2322
- uses: actions/upload-artifact@v1
2423
with:

0 commit comments

Comments
 (0)