1
0

fix(build.yml): update cmake directory path in local.properties file
Some checks failed
Android CI / build (push) Failing after 7m17s

This commit is contained in:
Natsu 2024-07-06 11:28:18 +07:00
parent 3e4318ccab
commit 87a14b8e9c
Signed by: NatsumeLS
GPG Key ID: 6DB67FB460CF46C6

View File

@ -33,7 +33,7 @@ jobs:
- name: Install Dependencies
run: |
sdkmanager --install "cmake;3.22.1"
echo "cmake.dir=/usr/local/lib/android/sdk/cmake/3.22.1" > local.properties
echo "cmake.dir=$ANDROID_HOME/cmake/3.22.1" > local.properties
- name: Get Branch and Hash Info
run: |