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 34d8490 commit f71bc9cCopy full SHA for f71bc9c
.github/actions/environment/action.yml
@@ -28,18 +28,6 @@ runs:
28
with:
29
log-accepted-android-sdk-licenses: false
30
31
- # https://github.com/actions/runner-images/issues/10814
32
- - name: Workaround build-tools issue
33
- if: runner.os == 'macOS'
34
- shell: bash
35
- run: |
36
- curl https://dl.google.com/android/repository/build-tools_r35_macosx.zip > $ANDROID_HOME/build-tools_r35_macosx.zip
37
- cd $ANDROID_HOME
38
- mkdir -p build-tools
39
- unzip build-tools_r35_macosx.zip
40
- mv android-15 build-tools/35.0.0
41
- cd -
42
-
43
- name: Set Java Version
44
uses: actions/setup-java@v3
45
0 commit comments