Skip to content

Commit

Permalink
Ensure we don't use new Android SDKs which are of course broken
Browse files Browse the repository at this point in the history
  • Loading branch information
baldurk committed Aug 2, 2024
1 parent 26b96b6 commit 323726c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 5
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '8'
- name: Install Android SDK 3859397 and NDK r14b
run: |
export ARCH=`uname -m`
Expand All @@ -282,6 +286,8 @@ jobs:
pushd $GITHUB_WORKSPACE/tools/bin
(yes 2>/dev/null | ./sdkmanager --sdk_root=$GITHUB_WORKSPACE "build-tools;26.0.1" "platforms;android-23") || echo
popd
sudo rm -rf /usr/local/lib/android
- name: Build
run: |
mkdir build-android-arm32
Expand Down

0 comments on commit 323726c

Please sign in to comment.