Skip to content

Commit a982b6f

Browse files
authored
android.yml: remove extraneous double-quote
1 parent 51a938e commit a982b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
set -xv
139139
env | grep ANDROID
140140
echo "Searching for d8 files in $ANDROID_HOME/build-tools"
141-
for D8_FILE in `find "$ANDROID_HOME"/build-tools" -name 'd8*'`; do
141+
for D8_FILE in `find "$ANDROID_HOME"/build-tools -name 'd8*'`; do
142142
echo "$D8_FILE"
143143
done
144144

0 commit comments

Comments
 (0)