Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrKacz committed Jun 25, 2023
1 parent a9efc93 commit fec5055
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
run: brew install --cask godot
- name: Install Android SDK
run: |
which godot
curl -LO https://dl.google.com/android/repository/commandlinetools-mac-9477386_latest.zip
unzip commandlinetools-mac-9477386_latest.zip
mkdir android-sdk/ && mv cmdline-tools android-sdk/ && cd android-sdk/cmdline-tools
Expand All @@ -26,7 +25,7 @@ jobs:
mv bin latest/
mv NOTICE.txt latest/
mv source.properties latest/
ls
cd ../../
yes | android-sdk/cmdline-tools/latest/bin/sdkmanager \
--sdk_root=android-sdk/ \
"platform-tools" "build-tools;33.0.2" "platforms;android-33" \
Expand Down

0 comments on commit fec5055

Please sign in to comment.