Skip to content

Commit 5656572

Browse files
committed
remove Install Build-Tools step
1 parent 1abf003 commit 5656572

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ jobs:
3939
- name: Build and check
4040
run: ./gradlew assembleDebug assembleDebugAndroidTest build check
4141

42-
- name: Install Build-Tools 35
43-
run: yes | "${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager" \
44-
"build-tools;35.0.0-rc3"
45-
4642
- name: Alignment script executable
4743
run: chmod +x scripts/check_elf_alignment.sh
4844

0 commit comments

Comments
 (0)