Skip to content

Commit 2423c11

Browse files
authored
ci: 主动安装Android SDK 33
之前构建环境中有预装,现在没有了。
1 parent f9dc394 commit 2423c11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ runs:
1111
- name: revert gradle wrapper mirror setting
1212
shell: bash
1313
run: echo "DISABLE_TENCENT_MAVEN_MIRROR=true" >> $GITHUB_ENV
14+
- name: Install specific Android SDK platforms
15+
run: sdkmanager "platforms;android-33"
1416
- uses: actions/setup-java@v4
1517
with:
1618
distribution: 'temurin'

0 commit comments

Comments
 (0)