Remove Android SDK setup from build.yml (#905)

This commit is contained in:
Logan McNaughton
2026-05-17 17:26:13 +02:00
committed by GitHub
parent e3b63908de
commit df5fcae69b
-4
View File
@@ -266,10 +266,6 @@ jobs:
target: ${{ matrix.target }}
rustflags: ""
cache: ${{ github.ref_type != 'tag' }}
- name: Setup Android SDK
uses: android-actions/setup-android@v4
with:
packages: build-tools;37.0.0 platforms;android-35
- name: Build
run: |
cargo install cargo-apk cargo-ndk