File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 3030 - uses : subosito/flutter-action@v2
3131 with :
3232 channel : ' stable'
33+ - name : Set up Android SDK
34+ if : (matrix.os == 'ubuntu-20.04')
35+ uses : android-actions/setup-android@v2
36+ - name : Install Specific NDK
37+ if : (matrix.os == 'ubuntu-20.04')
38+ run : sdkmanager --install "ndk;25.1.8937393"
3339 - name : Precompile (with iOS)
3440 if : matrix.os == 'macOS-latest'
3541 run : dart run build_tool precompile-binaries -v --manifest-dir=../../rust --repository=LtbLightning/ldk-node-flutter
3945 PRIVATE_KEY : ${{ secrets.CARGOKIT_PRIVATE_KEY }}
4046 - name : Precompile (with Android)
4147 if : matrix.os == 'ubuntu-20.04'
42- run : dart run build_tool precompile-binaries -v --manifest-dir=../../rust --repository=LtbLightning/ldk-node-flutter --android-sdk-location=/usr/local/lib/android/sdk --android-ndk-version=24.0.8215888 --android-min-sdk-version=23
48+ run : dart run build_tool precompile-binaries -v --manifest-dir=../../rust --repository=LtbLightning/ldk-node-flutter --android-sdk-location=/usr/local/lib/android/sdk --android-ndk-version=25.1.8937393 --android-min-sdk-version=23
4349 working-directory : cargokit/build_tool
4450 env :
4551 GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
You can’t perform that action at this time.
0 commit comments