summaryrefslogtreecommitdiff
path: root/.github/workflows/android_builds.yml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-05-19 15:20:32 +0200
committerGitHub <noreply@github.com>2021-05-19 15:20:32 +0200
commit8348332f49bd11f54e6a1f4fc432def475b0fd47 (patch)
tree82a505e6940a91bd2281ba210385c2436901f2ef /.github/workflows/android_builds.yml
parent365ab8889496b779690d97e25fdc4707641a5d61 (diff)
parent7eaf4d445de93ec314f7467919a59b03321e5464 (diff)
Merge pull request #48839 from akien-mga/ci-android-ndk-21.4.7075529
CI: Install Android NDK 21.4.7075529
Diffstat (limited to '.github/workflows/android_builds.yml')
-rw-r--r--.github/workflows/android_builds.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml
index b24a36beef..2dad253288 100644
--- a/.github/workflows/android_builds.yml
+++ b/.github/workflows/android_builds.yml
@@ -6,7 +6,7 @@ env:
GODOT_BASE_BRANCH: master
SCONSFLAGS: platform=android verbose=yes warnings=extra werror=yes debug_symbols=no --jobs=2 module_text_server_fb_enabled=yes
SCONS_CACHE_LIMIT: 4096
- ANDROID_NDK_VERSION: 21.1.6352462
+ ANDROID_NDK_VERSION: 21.4.7075529
jobs:
android-template:
@@ -29,7 +29,7 @@ jobs:
with:
java-version: 8
- - name: Install Android NDK r21
+ - name: Install Android NDK
run: |
sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install 'ndk;${{env.ANDROID_NDK_VERSION}}'