Skip to content

Commit

Permalink
update ndk packages
Browse files Browse the repository at this point in the history
  • Loading branch information
g45t345rt committed Jan 23, 2024
1 parent a06eac3 commit 27dc802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: Setup Android SDK
uses: android-actions/setup-android@v2

- name: NDK List
- name: NDK List Installed
run: sdkmanager --list_installed

- name: Setup NDK
run: sdkmanager "platforms-tools" "ndk;26.1.10909125" "platforms;android-33" "sources;android-33"
- name: Setup NDK packages
run: sdkmanager "platform-tools" "ndk;26.1.10909125" "platforms;android-33" "sources;android-33" "cmdline-tools;12.0"

- name: Build android arm64
run: bash build_gio.sh android arm64
Expand Down

0 comments on commit 27dc802

Please sign in to comment.