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.
2 parents 026afaa + 3fd52b2 commit 36f2857Copy full SHA for 36f2857
.github/workflows/flutter.yml
@@ -25,14 +25,14 @@ jobs:
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
+# - run: mkdir toolchains
+# - name: Android NDK toolchain Setup
+# uses: ravinderjangra/[email protected]
+# with:
+# api: '21'
+# arch: 'arm'
+# install-location: 'toolchains'
+# force: true
36
# Setup the flutter environment.
37
- uses: subosito/flutter-action@v1
38
0 commit comments