Skip to content

Commit 1f5fa43

Browse files
authored
Update flutter.yml
1 parent 36f2857 commit 1f5fa43

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ jobs:
2424
- uses: actions/setup-java@v1
2525
with:
2626
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
3627
# Setup the flutter environment.
3728
- uses: subosito/flutter-action@v1
3829
with:
@@ -55,6 +46,6 @@ jobs:
5546
# Build app
5647
#####
5748
# Build apk.
58-
- run: cd example && flutter build apk -v
49+
- run: cd example && flutter build apk
5950
# Build ios
6051
- run: cd example && flutter build ios --no-codesign

0 commit comments

Comments
 (0)