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 231a8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:

# 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}
run: echo "y" | ${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}
run: echo "y" | ${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 231a8ea

Please sign in to comment.