From 87a14b8e9cfe258d45b10959148c84e048a9a96d Mon Sep 17 00:00:00 2001 From: Natsu Date: Sat, 6 Jul 2024 11:28:18 +0700 Subject: [PATCH] fix(build.yml): update cmake directory path in local.properties file --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4cf963b..137278f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |