Skip to content

Commit

Permalink
WIP: try to fix CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer committed May 5, 2024
1 parent fba03fa commit 15d5c2a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ jobs:
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar

# Manually install latest build tools (takes up to two weeks to update in action images)
- name: Install latest build tools
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "build-tools;34.0.0" --sdk_root=${ANDROID_SDK_ROOT}

- name: Install NDK
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;25.2.9519653" --sdk_root=${ANDROID_SDK_ROOT}

- name: Run unit tests
run: ./gradlew test --stacktrace

Expand Down

0 comments on commit 15d5c2a

Please sign in to comment.