try to fix build

This commit is contained in:
luvletter2333 2021-07-27 03:01:42 +08:00
parent 432ecbe331
commit 13e630d832
No known key found for this signature in database
GPG Key ID: BFD68B892BECC1D8
1 changed files with 2 additions and 0 deletions

View File

@ -317,6 +317,8 @@ jobs:
run: |
sed -i -e "s/16384/6144/g" gradle.properties
echo "ndk.dir=${ANDROID_HOME}/ndk-bundle" > local.properties
- name: Fix Compile SDK 31.0.0
run: ./run init env
- name: Gradle cache
uses: actions/cache@v2
with: