mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-22 10:09:24 +01:00
Fix GitHub Actions build running out of disk space
This commit fixes the GitHub Actions build running out of disk space by removing the existing NDK image as we already install that manually.
This commit is contained in:
parent
7a35d5a34c
commit
11e24620b8
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -5,9 +5,6 @@ on: push
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: circleci/android:api-29-ndk
|
||||
options: -u root
|
||||
env:
|
||||
JVM_OPTS: -Xmx6G
|
||||
|
||||
@ -36,9 +33,6 @@ jobs:
|
||||
- name: Setup Environment for Gradle
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Install CMake from Android SDK Manager
|
||||
run: yes | sdkmanager --install "ndk;21.0.6113669" "cmake;3.10.2.4988404" | grep -v = || true
|
||||
|
||||
- name: Android Lint
|
||||
run: ./gradlew --stacktrace lint
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user