diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index f0bf125..b83d2b7 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -14,7 +14,7 @@ jobs: # ==================== Android Debug 构建 ==================== build-android-debug: name: Build Android Debug APK - runs-on: ubuntu-latest + runs-on: ubuntu container: image: node:20-bullseye options: --user root diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 395006b..5b15231 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: # ==================== Android 构建 ==================== build-android: name: Build Android APK - runs-on: ubuntu-latest + runs-on: ubuntu if: ${{ github.event.inputs.build_android != 'false' }} container: image: node:20-bullseye