mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-12-04 01:20:56 +01:00
try to fix build
This commit is contained in:
parent
432ecbe331
commit
13e630d832
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -317,6 +317,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sed -i -e "s/16384/6144/g" gradle.properties
|
sed -i -e "s/16384/6144/g" gradle.properties
|
||||||
echo "ndk.dir=${ANDROID_HOME}/ndk-bundle" > 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
|
- name: Gradle cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user