Skip to content

Commit e9d5578

Browse files
authored
Merge pull request #9 from PimySoft/fix-browserstack-workflow-issues
Fix Android SDK setup: use correct action parameters
2 parents 94477a9 + 3f9b045 commit e9d5578

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci-browserstack.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ jobs:
3636
- name: 📱 Setup Android SDK
3737
uses: android-actions/setup-android@v3
3838
with:
39-
api-level: 33
40-
target: default
41-
arch: x86_64
39+
packages: |
40+
platform-tools
41+
platforms;android-33
42+
build-tools;33.0.0
43+
ndk;27.1.12297006
44+
accept-android-sdk-licenses: true
4245

4346
- name: 📥 Install dependencies
4447
run: npm ci

0 commit comments

Comments
 (0)