Skip to content

Commit 36f2857

Browse files
committed
Merge branch 'develop' of github.com:FlutterAds/flutter_qq_ads into develop
2 parents 026afaa + 3fd52b2 commit 36f2857

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/flutter.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
with:
2626
java-version: '8.x'
2727
# 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
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
3636
# Setup the flutter environment.
3737
- uses: subosito/flutter-action@v1
3838
with:

0 commit comments

Comments
 (0)