Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
env:
ANDROID_NDK_ROOT: ${{ steps.ndk.outputs.ndk-path }}
run: |
dist/android/build_android.sh aarch64 "${{ github.event.inputs.api || 24 }}"
bash dist/android/build_android.sh aarch64 "${{ github.event.inputs.api || 24 }}"

- name: Assert the artifact is an ARM aarch64 shared object
run: |
Expand Down
Empty file modified dist/android/build_android.sh
100644 → 100755
Empty file.
Loading