Skip to content

Commit 8c5bf03

Browse files
authored
Update build_and_github_release.yml
1 parent eee60ba commit 8c5bf03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_and_github_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828

2929
- name: Setup Android SDK
3030
uses: android-actions/[email protected]
31+
with:
32+
cmdline-tools-version: 11076708
33+
34+
- name: Update Android packages to latest
35+
run: sdkmanager --update
3136

3237
- name: Grant execute permission for gradlew
3338
run: chmod +x gradlew

0 commit comments

Comments
 (0)