Skip to content

Commit f71bc9c

Browse files
authored
remove build-tools workaround (#4197)
1 parent 34d8490 commit f71bc9c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/actions/environment/action.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ runs:
2828
with:
2929
log-accepted-android-sdk-licenses: false
3030

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-
4331
- name: Set Java Version
4432
uses: actions/setup-java@v3
4533
with:

0 commit comments

Comments
 (0)