1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-08-02 03:37:46 +00:00

CI: Remove Android NDK Cache

This actually never worked as a cache, the build has failed since it
tried to use it. This should restore the Android nightly build.
This commit is contained in:
Andrew Kaster 2022-09-22 07:42:08 -06:00 committed by Tim Flynn
parent a52d346839
commit cca54e9535
2 changed files with 0 additions and 15 deletions

View file

@ -42,9 +42,6 @@ jobs:
build_directory: 'Meta/Lagom/Build'
serenity_ccache_path: '$(SERENITY_CCACHE_DIR)'
with_remote_data_caches: true
${{ if eq(parameters.os, 'Android') }}:
with_ndk_cache: true
ndk_version: '$(ndk_version)'
${{ if eq(parameters.os, 'macOS') }}:
ccache_version: 2
serenity_ccache_size: '2G'