We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a882e1 commit 283353dCopy full SHA for 283353d
.github/actions/pre-build/action.yml
@@ -13,7 +13,7 @@ runs:
13
run: echo "DISABLE_TENCENT_MAVEN_MIRROR=true" >> $GITHUB_ENV
14
- name: Add cmdline-tools to PATH
15
shell: bash
16
- run: echo "$ANDROID_HOME/cmdline-tools/latest/bin" >> "$GITHUB_PATH"`
+ run: echo "$ANDROID_HOME/cmdline-tools/latest/bin" >> "$GITHUB_PATH"
17
- name: Install specific Android SDK platforms
18
19
run: sdkmanager "platforms;android-33"
0 commit comments