File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -385,6 +385,8 @@ jobs:
385
385
- uses : subosito/flutter-action@v1
386
386
- run : ../../x build --platform android --arch arm64 --${{ matrix.opt }}
387
387
working-directory : examples/${{ matrix.artifact }}
388
+ env :
389
+ ANDROID_NDK_ROOT : /usr/local/lib/android/sdk/ndk/23.1.7779620
388
390
- uses : actions/upload-artifact@v2
389
391
with :
390
392
name : ubuntu-latest-android-arm64-${{ matrix.opt }}-${{ matrix.artifact }}
@@ -414,6 +416,8 @@ jobs:
414
416
- uses : subosito/flutter-action@v1
415
417
- run : ../../x build --platform android --arch arm64 --${{ matrix.opt }}
416
418
working-directory : examples/${{ matrix.artifact }}
419
+ env :
420
+ ANDROID_NDK_ROOT : /usr/local/lib/android/sdk/ndk/23.1.7779620
417
421
- uses : actions/upload-artifact@v2
418
422
with :
419
423
name : macos-latest-android-arm64-${{ matrix.opt }}-${{ matrix.artifact }}
@@ -442,6 +446,8 @@ jobs:
442
446
- uses : subosito/flutter-action@v1
443
447
- run : ../../x build --platform android --arch arm64 --${{ matrix.opt }}
444
448
working-directory : examples/${{ matrix.artifact }}
449
+ env :
450
+ ANDROID_NDK_ROOT : /usr/local/lib/android/sdk/ndk/23.1.7779620
445
451
- uses : actions/upload-artifact@v2
446
452
with :
447
453
name : windows-latest-android-arm64-${{ matrix.opt }}-${{ matrix.artifact }}
You can’t perform that action at this time.
0 commit comments