We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29560f0 commit b826898Copy full SHA for b826898
.github/workflows/deploy-website.yml
@@ -16,14 +16,9 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- 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
23
- uses: actions/setup-java@v1
24
with:
25
java-version: 14
26
- - run: mv ~/.gradle/caches ~/.gradle/.invalid_caches
27
- uses: actions/cache@v1
28
29
path: ~/.gradle/caches
0 commit comments