Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/actions/environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ runs:
java-version: '17'

- name: Setup Android SDK
if: ${{ (runner.os != 'Linux' || runner.arch != 'ARM64') && !matrix.container }}
if: ${{ !matrix.container }}
uses: android-actions/setup-android@07976c6290703d34c16d382cb36445f98bb43b1f # v3.2.0
with:
packages: platform-tools platforms;android-34 platforms;android-35 build-tools;36.0.0
log-accepted-android-sdk-licenses: false

# Java 11 is needed by .NET Android
Expand Down
Loading