Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Jan 20, 2025
1 parent 2152a30 commit 2274719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cache-to: type=gha,mode=max

build-android:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.android
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ENV SKIA_NINJA_COMMAND=/usr/bin/ninja \

# Android NDK
ENV ANDROID_NDK_VERSION=r26d
ENV ANDROID_HOST=linux-aarch64
ENV ANDROID_HOST=linux-x86_64
RUN curl -sSf -o android-ndk.zip https://dl.google.com/android/repository/android-ndk-${ANDROID_NDK_VERSION}-linux.zip \
&& unzip android-ndk.zip \
&& rm android-ndk.zip
Expand Down

0 comments on commit 2274719

Please sign in to comment.