File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
env :
16
16
ANDROID_API_LEVEL : 24
17
17
BUNDLE_VERSION : 0.1
18
- NDK_VERSION : 27c
18
+ NDK_VERSION : 27d
19
19
steps :
20
20
- name : Check for latest Swift ${{ matrix.version }} toolchain
21
21
id : version
91
91
if : ${{ steps.cache-bundle.outputs.cache-hit != 'true' && steps.cache-ndk.outputs.cache-hit != 'true' && startsWith(matrix.os, 'ubuntu') }}
92
92
run : |
93
93
wget -q https://dl.google.com/android/repository/android-ndk-r$NDK_VERSION-linux.zip
94
- if [ "$(sha1sum android-ndk-r$NDK_VERSION-linux.zip | cut -f1 -d" ")" != '090e8083a715fdb1a3e402d0763c388abb03fb4e ' ]; then
94
+ if [ "$(sha1sum android-ndk-r$NDK_VERSION-linux.zip | cut -f1 -d" ")" != '22105e410cf29afcf163760cc95522b9fb981121 ' ]; then
95
95
echo "NDK checksum didn't match"
96
96
exit 1
97
97
fi
@@ -281,7 +281,7 @@ jobs:
281
281
cat > $BUNDLE_DIR/$SYSROOT/SDKSettings.json << EOF
282
282
{
283
283
"DisplayName": "Android NDK ${NDK_VERSION} sysroot with ${VERSION} runtime libraries for API ${ANDROID_API_LEVEL}",
284
- "Version": "27.2.12479018 ",
284
+ "Version": "27.3.13750724 ",
285
285
"VersionMap": {},
286
286
"CanonicalName": "${VERSION}-android${ANDROID_API_LEVEL}"
287
287
}
You can’t perform that action at this time.
0 commit comments