We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d0725 commit 1abf003Copy full SHA for 1abf003
.github/workflows/test.yml
@@ -40,7 +40,8 @@ jobs:
40
run: ./gradlew assembleDebug assembleDebugAndroidTest build check
41
42
- name: Install Build-Tools 35
43
- run: sdkmanager "build-tools;35.0.0-rc3"
+ run: yes | "${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager" \
44
+ "build-tools;35.0.0-rc3"
45
46
- name: Alignment script executable
47
run: chmod +x scripts/check_elf_alignment.sh
0 commit comments