github action

This commit is contained in:
v7lin
2022-05-16 19:21:57 +08:00
parent 9684a78d15
commit 0573bffba4

View File

@ -49,5 +49,5 @@ jobs:
- run: flutter format --dry-run --set-exit-if-changed .
- run: flutter pub publish --dry-run
- run: flutter analyze lib example/lib
- run: sudo echo "y" | sudo $ANDROID_HOME/tools/bin/sdkmanager "ndk;20.0.5594570"
- run: sudo echo "y" | sudo $ANDROID_HOME/tools/bin/sdkmanager "ndk;21.1.6352462"
- run: cd example; flutter build apk --debug