Skip to content

Commit 98468cb

Browse files
committed
fix: try install build tools 32
1 parent 91ce61b commit 98468cb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.circleci/config.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,9 @@ jobs:
3232
working_directory: example
3333
command: cordova plugins add --link ../ tests
3434
- run:
35-
name: Install Build Tools and System Image
36-
command: |
37-
sdkmanager --list
38-
sdkmanager --update
39-
sdkmanager "build-tools;32.0.0" "platforms;android-33" "system-images;android-33;google_apis;x86"
40-
sdkmanager --licenses
35+
name: Install Build Tools v30.0.3
36+
working_directory: example
37+
command: sdkmanager "build-tools;32.0.0"
4138
- android/start-emulator-and-run-tests:
4239
run-tests-working-directory: example/platforms/android
4340
system-image: system-images;android-33;google_apis;x86

0 commit comments

Comments
 (0)