fix(ci): fix missing build-tools

This commit is contained in:
LemonNeko
2026-04-01 18:55:01 +08:00
parent b55ef1f8c8
commit b307d7fc2f
@@ -38,6 +38,9 @@ jobs:
distribution: temurin
java-version: '21'
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- uses: pnpm/action-setup@v4
with:
run_install: false
@@ -46,6 +49,11 @@ jobs:
node-version: lts/*
cache: pnpm
- name: Install Android build tools
run: |
sdkmanager "build-tools;36.1.0"
echo "${ANDROID_SDK_ROOT:-$ANDROID_HOME}/build-tools/36.1.0" >> "$GITHUB_PATH"
- run: pnpm install --frozen-lockfile
- run: pnpm run build:packages