Skip to content

Commit b826898

Browse files
committed
Don't need to install android-30 platform on macos-latest VM. Don't need to clear cache on macos VM.
1 parent 29560f0 commit b826898

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deploy-website.yml

-5
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,9 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- uses: gradle/wrapper-validation-action@v1
19-
# TODO remove the following once android-30 platform is pre-installed in GitHub Actions VMs
20-
- name: Install android-30 platform
21-
run: |
22-
$ANDROID_HOME/tools/bin/sdkmanager --install "platforms;android-30" > /dev/null
2319
- uses: actions/setup-java@v1
2420
with:
2521
java-version: 14
26-
- run: mv ~/.gradle/caches ~/.gradle/.invalid_caches
2722
- uses: actions/cache@v1
2823
with:
2924
path: ~/.gradle/caches

0 commit comments

Comments
 (0)