File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 fail-fast : false
1111 matrix :
1212 os :
13- - ubuntu-20.04
13+ - ubuntu-latest
1414 - macOS-latest
1515 - windows-latest
1616 steps :
@@ -36,12 +36,13 @@ jobs:
3636 run : xcode-select --install || echo "Xcode tools already installed"
3737
3838 - name : Set up Android SDK
39- if : (matrix.os == 'ubuntu-20.04 ')
40- uses : android-actions/setup-android@v2
39+ if : (matrix.os == 'ubuntu-latest ')
40+ uses : android-actions/setup-android@v3
4141
4242 - name : Install Specific NDK
43- if : (matrix.os == 'ubuntu-20.04 ')
43+ if : (matrix.os == 'ubuntu-latest ')
4444 run : sdkmanager --install "ndk;25.1.8937393"
45+
4546 - name : Precompile (with iOS)
4647 if : (matrix.os == 'macOS-latest')
4748 run : dart run build_tool precompile-binaries -v --manifest-dir=../../rust --repository=SatoshiPortal/lwk-dart
5152 PRIVATE_KEY : ${{ secrets.RELEASE_PRIVATE_KEY }}
5253
5354 - name : Precompile (with Android)
54- if : (matrix.os == 'ubuntu-20.04 ')
55+ if : (matrix.os == 'ubuntu-latest ')
5556 run : dart run build_tool precompile-binaries -v --manifest-dir=../../rust --repository=SatoshiPortal/lwk-dart --android-sdk-location=/usr/local/lib/android/sdk --android-ndk-version=25.1.8937393 --android-min-sdk-version=23
5657 working-directory : cargokit/build_tool
5758 env :
You can’t perform that action at this time.
0 commit comments