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 36f2857 commit 1f5fa43Copy full SHA for 1f5fa43
.github/workflows/flutter.yml
@@ -24,15 +24,6 @@ jobs:
24
- uses: actions/setup-java@v1
25
with:
26
java-version: '8.x'
27
- # Setup Android NDK toolchain
28
-# - run: mkdir toolchains
29
-# - name: Android NDK toolchain Setup
30
-# uses: ravinderjangra/[email protected]
31
-# with:
32
-# api: '21'
33
-# arch: 'arm'
34
-# install-location: 'toolchains'
35
-# force: true
36
# Setup the flutter environment.
37
- uses: subosito/flutter-action@v1
38
@@ -55,6 +46,6 @@ jobs:
55
46
# Build app
56
47
#####
57
48
# Build apk.
58
- - run: cd example && flutter build apk -v
49
+ - run: cd example && flutter build apk
59
50
# Build ios
60
51
- run: cd example && flutter build ios --no-codesign
0 commit comments