Skip to content

Commit 283353d

Browse files
authored
ci: fixup!
1 parent 0a882e1 commit 283353d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/pre-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
run: echo "DISABLE_TENCENT_MAVEN_MIRROR=true" >> $GITHUB_ENV
1414
- name: Add cmdline-tools to PATH
1515
shell: bash
16-
run: echo "$ANDROID_HOME/cmdline-tools/latest/bin" >> "$GITHUB_PATH"`
16+
run: echo "$ANDROID_HOME/cmdline-tools/latest/bin" >> "$GITHUB_PATH"
1717
- name: Install specific Android SDK platforms
1818
shell: bash
1919
run: sdkmanager "platforms;android-33"

0 commit comments

Comments
 (0)