fix(build.yml): remove extra quotation mark in the echo command
Some checks failed
Android CI / build (push) Failing after 7m6s
Some checks failed
Android CI / build (push) Failing after 7m6s
This commit is contained in:
parent
f3e491746a
commit
279d6ac55a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user