summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-06-07 11:09:04 +0200
committerGitHub <noreply@github.com>2021-06-07 11:09:04 +0200
commit76ec21707ea39cc83537fc98250387972b432bb7 (patch)
tree271c13119a0948d73f4eecb04d5f8d43e76d0a7f
parent6b5d149ae4b2cf992528e20ac03e3ffa679e5f19 (diff)
parenta81449be6d9cd6140a9d54197f2bac153acdfc06 (diff)
Merge pull request #49383 from madmiraal/android-ci-remove-ndk
Don't install Android NDK in CI
-rw-r--r--.github/workflows/android_builds.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml
index 2dad253288..63930aa9e2 100644
--- a/.github/workflows/android_builds.yml
+++ b/.github/workflows/android_builds.yml
@@ -6,7 +6,6 @@ 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.4.7075529
jobs:
android-template:
@@ -29,10 +28,6 @@ jobs:
with:
java-version: 8
- - name: Install Android NDK
- run: |
- sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install 'ndk;${{env.ANDROID_NDK_VERSION}}'
-
# Upload cache on completion and check it out now
- name: Load .scons_cache directory
id: android-template-cache
@@ -64,7 +59,6 @@ jobs:
- name: Compilation
env:
SCONS_CACHE: ${{github.workspace}}/.scons_cache/
- ANDROID_NDK_ROOT: /usr/local/lib/android/sdk/ndk/${{env.ANDROID_NDK_VERSION}}/
run: |
scons target=release tools=no android_arch=armv7
scons target=release tools=no android_arch=arm64v8