Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Dec 7, 2023
1 parent a07a7f4 commit c11c3af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
- name: Install NDK
run: echo "y" | $ANDROID_HOME/tools/bin/sdkmanager "ndk;23.2.8568313"

- name: Set NDK environment to 23.2.8568313
run: $ANDROID_NDK_HOME=$ANDROID_NDK_HOME/../23.2.856831323*

- name: Checkout
uses: actions/checkout@v2

- name: Build
run: |
for d in $ANDROID_NDK_HOME/../23*; do
ANDROID_NDK_HOME=$d
done
./build.sh android
find dist
Expand Down

0 comments on commit c11c3af

Please sign in to comment.