Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Add ndk path
Browse files Browse the repository at this point in the history
Signed-off-by: Syuugo <pub@s1204.me>
  • Loading branch information
s1204IT authored Sep 27, 2023
1 parent f0fd613 commit 4c4a7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Build
run: ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk APP_ABI=armeabi-v7a APP_PLATFORM=android-17
run: $ANDROID_NDK/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk APP_ABI=armeabi-v7a APP_PLATFORM=android-17

- name: Upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4c4a7b0

Please sign in to comment.