Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 18, 2024
1 parent 099bc34 commit a134a21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/setup-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ runs:
- name: Configure Android SDK
shell: bash
run: |
bash -c 'yes | sdkmanager --licenses'
yes 2>/dev/null | sdkmanager --licenses
ls /opt/android-sdk
ls /opt/android-sdk/cmdline-tools
sdkmanager "platform-tools" "build-tools;33.0.2" "platforms;android-33"
# sdkmanager "extras;intel;Hardware_Accelerated_Execution_Manager"
sdkmanager "system-images;android-33;google_apis;x86_64"
Expand Down

0 comments on commit a134a21

Please sign in to comment.