Skip to content

Commit e9f11e3

Browse files
committed
Update to latest LTS NDK 27d sysroot on the CI
1 parent 1b95949 commit e9f11e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sdks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
ANDROID_API_LEVEL: 24
1717
BUNDLE_VERSION: 0.1
18-
NDK_VERSION: 27c
18+
NDK_VERSION: 27d
1919
steps:
2020
- name: Check for latest Swift ${{ matrix.version }} toolchain
2121
id: version
@@ -91,7 +91,7 @@ jobs:
9191
if: ${{ steps.cache-bundle.outputs.cache-hit != 'true' && steps.cache-ndk.outputs.cache-hit != 'true' && startsWith(matrix.os, 'ubuntu') }}
9292
run: |
9393
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
9595
echo "NDK checksum didn't match"
9696
exit 1
9797
fi
@@ -281,7 +281,7 @@ jobs:
281281
cat > $BUNDLE_DIR/$SYSROOT/SDKSettings.json << EOF
282282
{
283283
"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",
285285
"VersionMap": {},
286286
"CanonicalName": "${VERSION}-android${ANDROID_API_LEVEL}"
287287
}

0 commit comments

Comments
 (0)