1
0

fix(build.yml): remove extra quotation mark in the echo command
Some checks failed
Android CI / build (push) Failing after 7m6s

This commit is contained in:
Natsu 2024-07-06 12:11:43 +07:00
parent f3e491746a
commit 279d6ac55a
Signed by: NatsumeLS
GPG Key ID: 6DB67FB460CF46C6

View File

@ -25,7 +25,7 @@ jobs:
run: |
sdkmanager --install "cmake;3.22.1"
echo "cmake.dir=$ANDROID_HOME/cmake/3.22.1" > local.properties
echo "$ANDROID_HOME/build-tools/34.0.0" >> $GITHUB_PATH"
echo "$ANDROID_HOME/build-tools/34.0.0" >> $GITHUB_PATH
- name: Get Branch and Hash Info
run: |