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

View File

@ -11,6 +11,7 @@ on:
pull_request:
branches:
- dev
workflow_dispatch:
jobs:
ffmpeg:
@ -301,6 +302,8 @@ jobs:
sed -i -e "s/16384/6144/g" gradle.properties
echo "sdk.dir=${ANDROID_HOME}" >> local.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: