diff options
Diffstat (limited to '.github/workflows/android.yml')
| -rw-r--r-- | .github/workflows/android.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 46e211fc..aa7c9975 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -28,7 +28,7 @@ jobs: cd ../.. cd "C:\Program Files (x86)\Android\android-sdk\" dir - cd ndk + cd ndk-bundle dir # Generating static + shared library for 64bit arquitectures and API version 28 |
