File tree 3 files changed +3
-15
lines changed
3 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,11 @@ jobs:
58
58
base-devel
59
59
autotools
60
60
mingw-w64-x86_64-gcc
61
- - name : Set up JDK 8
62
- uses : actions/setup-java@v1
63
- with :
64
- java-version : 8
65
61
- name : Setup Android
66
62
if : matrix.os != 'windows-latest'
67
63
shell : bash
68
64
run : |
69
- $ANDROID_HOME/ tools/bin/sdkmanager "ndk;$ANDROID_NDK_VERSION"
65
+ ${ANDROID_SDK_ROOT}/cmdline- tools/latest /bin/sdkmanager "ndk;$ANDROID_NDK_VERSION"
70
66
- name : Setup Android
71
67
if : matrix.os == 'windows-latest'
72
68
shell : msys2 {0}
Original file line number Diff line number Diff line change @@ -67,15 +67,11 @@ jobs:
67
67
base-devel
68
68
autotools
69
69
mingw-w64-x86_64-gcc
70
- - name : Set up JDK 8
71
- uses : actions/setup-java@v1
72
- with :
73
- java-version : 8
74
70
- name : Setup Android
75
71
if : matrix.os != 'windows-latest'
76
72
shell : bash
77
73
run : |
78
- $ANDROID_HOME/ tools/bin/sdkmanager "ndk;$ANDROID_NDK_VERSION"
74
+ ${ANDROID_SDK_ROOT}/cmdline- tools/latest /bin/sdkmanager "ndk;$ANDROID_NDK_VERSION"
79
75
- name : Setup Android
80
76
if : matrix.os == 'windows-latest'
81
77
shell : msys2 {0}
Original file line number Diff line number Diff line change @@ -73,15 +73,11 @@ jobs:
73
73
base-devel
74
74
autotools
75
75
mingw-w64-x86_64-gcc
76
- - name : Set up JDK 8
77
- uses : actions/setup-java@v1
78
- with :
79
- java-version : 8
80
76
- name : Setup Android
81
77
if : matrix.os != 'windows-latest'
82
78
shell : bash
83
79
run : |
84
- $ANDROID_HOME/ tools/bin/sdkmanager "ndk;$ANDROID_NDK_VERSION"
80
+ ${ANDROID_SDK_ROOT}/cmdline- tools/latest /bin/sdkmanager "ndk;$ANDROID_NDK_VERSION"
85
81
- name : Setup Android
86
82
if : matrix.os == 'windows-latest'
87
83
shell : msys2 {0}
You can’t perform that action at this time.
0 commit comments