Skip to content

Commit 7985bbd

Browse files
2 parents 64d162f + 3c6f2c0 commit 7985bbd

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
@@ -20,9 +20,8 @@ jobs:
2020
- uses: subosito/flutter-action@v1
2121
with:
2222
channel: 'stable'
23+
flutter-version: "2.8.1"
2324
- run: flutter pub get
24-
- run: flutter format --set-exit-if-changed .
25-
- run: flutter analyze .
2625
- run: flutter build apk --debug --split-per-abi
2726
##- uses: actions/upload-artifact@v1
2827
- uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)