Skip to content

Commit c84c463

Browse files
authored
Merge pull request #1395 from microsoftgraph/dev/treicys/api-level-lint-tools-fix
chore(build): remove deprecated tools package from Android SDK setup
2 parents 29b49d2 + f398157 commit c84c463

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/api-level-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
shell: pwsh
2323
- name: Setup Android SDK
2424
uses: android-actions/setup-android@40fd30fb8d7440372e1316f5d1809ec01dcd3699 # v4.0.1
25+
with:
26+
packages: 'platform-tools'
2527
- name: Add execution right to the script
2628
run: chmod +x gradlew
2729
working-directory: ./android

0 commit comments

Comments
 (0)