Skip to content

Commit 1abf003

Browse files
committed
Update Install Build-Tools step
1 parent b4d0725 commit 1abf003

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
run: ./gradlew assembleDebug assembleDebugAndroidTest build check
4141

4242
- name: Install Build-Tools 35
43-
run: sdkmanager "build-tools;35.0.0-rc3"
43+
run: yes | "${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager" \
44+
"build-tools;35.0.0-rc3"
4445

4546
- name: Alignment script executable
4647
run: chmod +x scripts/check_elf_alignment.sh

0 commit comments

Comments
 (0)