Skip to content

Commit

Permalink
Merge pull request godotengine#48839 from akien-mga/ci-android-ndk-21…
Browse files Browse the repository at this point in the history
….4.7075529

CI: Install Android NDK 21.4.7075529
  • Loading branch information
akien-mga authored May 19, 2021
2 parents 365ab88 + 7eaf4d4 commit 8348332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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}}'
Expand Down

0 comments on commit 8348332

Please sign in to comment.