Skip to content

Commit

Permalink
bs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 committed Oct 27, 2024
1 parent 6a11878 commit 9ef0af7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
run: |
curl https://dl.google.com/android/repository/build-tools_r35_macosx.zip > $ANDROID_HOME/build-tools_r35_macosx.zip
cd $ANDROID_HOME
mkdir build-tools
unzip build-tools_r35_macosx.zip
mv android-15 35.0.0
mv android-15 build-tools/35.0.0
- name: Install Libraries
run: |
Expand Down

0 comments on commit 9ef0af7

Please sign in to comment.