We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfecfae commit 3eb2cefCopy full SHA for 3eb2cef
.github/actions/environment/action.yml
@@ -46,9 +46,11 @@ runs:
46
java-version: '17'
47
48
- name: Setup Android SDK
49
- if: ${{ (runner.os != 'Linux' || runner.arch != 'ARM64') && !matrix.container }}
+ if: ${{ !matrix.container }}
50
uses: android-actions/setup-android@07976c6290703d34c16d382cb36445f98bb43b1f # v3.2.0
51
with:
52
+ # Exclude "tools" because the emulator is not needed (nor available for Windows/Linux ARM64)
53
+ packages: platform-tools platforms;android-34 platforms;android-35 build-tools;36.0.0
54
log-accepted-android-sdk-licenses: false
55
56
# Java 11 is needed by .NET Android
0 commit comments