fix(build.yml): update cmake directory path in local.properties file
Some checks failed
Android CI / build (push) Failing after 7m17s
Some checks failed
Android CI / build (push) Failing after 7m17s
This commit is contained in:
parent
3e4318ccab
commit
87a14b8e9c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user