Skip to content

Commit

Permalink
Merge pull request #49383 from madmiraal/android-ci-remove-ndk
Browse files Browse the repository at this point in the history
Don't install Android NDK in CI
  • Loading branch information
akien-mga authored Jun 7, 2021
2 parents 6b5d149 + a81449b commit 76ec217
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/android_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 76ec217

Please sign in to comment.