diff options
| -rw-r--r-- | .github/workflows/android.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index aa7c9975..a062873f 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -30,6 +30,12 @@ jobs: dir cd ndk-bundle dir + dir prebuilt + dir toolchains + dir toolchains/bin + dir toolchains/llvm/prebuilt + dir sysroot + dir # Generating static + shared library for 64bit arquitectures and API version 28 # ANDROID_ARCH=ARM64/x86_64 |
