Skip to content

Commit 1f03c78

Browse files
authored
ci: uninstall builds tools 31
1 parent 96bde2b commit 1f03c78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ jobs:
7575
7676
npm install
7777
npm run prepare-templates
78+
79+
- name: "Uninstall build-tools@31.0.0"
80+
run: |
81+
SDKMANAGER=$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager
82+
echo y | $SDKMANAGER --uninstall "build-tools;31.0.0"
7883
7984
- name: Create app from template
8085
env:

0 commit comments

Comments
 (0)